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