Get your own Python server Result Size: 625 x 565
x
 
print("Enter your name:")
x = input()
print("Hello, " + x)
Enter your name: