name = (input("Enter your name: ")) print (name) for charector in name: print("-")