104k views
1 vote
Help. it's time limited. programming. python.​

Help. it's time limited. programming. python.​-example-1
User Psanf
by
4.4k points

1 Answer

4 votes

Answer:

4444

Step-by-step explanation:

The * can be applied to print a string any given number of times. Thus, str(m)*m means m will be repeated 4 times, and since m=4, the output comes out to be 4444.

This is the first option. And hence the correct option is the first one.

User Smallworld
by
5.0k points