ok so I suggest you remove the print function at the start and I suggest you to replace the , to a +
for ex
name = input("What's your name")
print("Hello " + name)