in python write a program to display your name 5 time
Answers
Answered by
0
Answer:
print("a*5")
a= :
Explanation:
Answered by
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