for i in range(100):

    print("My name is Assistant")

This will print "My name is Assistant" 100 times. If you want to replace "Assistant" with your own name, simply replace it with your name within the quotation marks.