How to display your name 50 times using for-loop in python

 for i in range(50):

          print("enter your name")

Comments

Popular posts from this blog