Computer Science, asked by anubhaviaankhen9025, 7 months ago

Write a program to print your name 5 times.

Answers

Answered by subhransusahoo94
0

Explanation:

if you know the range in python it is very easy to print without using loops.

here you asked to print "hello, world!" string 5 times,without using loop we can print it by multiplying it inside the print statement.

so that print statement prints "hello, world" 5 times.

Similar questions