Commande d'entrée dans Python Shell
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