Perintah input dalam shell python
x = input("Input Your Name")
#lets say I input Bob
print(x)
#It should output Bob
itsanantk
x = input("Input Your Name")
#lets say I input Bob
print(x)
#It should output Bob