Write a command in Python to print your name on screen 5 times using only one print command.
Answers
Answered by
0
Answer:
A = "Ridham"(say any name )
print(A*5)
Explanation:
'*' this symbol is called the replication symbol of string operators which is used to replicate the data or a value given in a variable.
Similar questions
English,
2 months ago
Geography,
2 months ago
Science,
2 months ago
Computer Science,
5 months ago
Science,
5 months ago
Business Studies,
1 year ago
English,
1 year ago
English,
1 year ago