Computer Science, asked by hjstylesp1, 10 months ago

in python write a program to display your name 5 time​

Answers

Answered by vanaja0204
0

Answer:

print("a*5")

a= :

Explanation:

Answered by MeTaGladius
0

Answer:

' your name ' ** 5

Explanation:

when u hit enter it will show 5 times your name.

If you type 'your name' ** 5 the result will be :-

yournameyournameyournameyournameyourname

so you should give space like the answer to see space in your result.

Similar questions