Jump to content

User Input

From Slow Like Wiki

Using input()


secret = input("Tell me a secret. I promise I won't repeat it: ")
print(f"Your secret was '{secret}'. Oops, sorry!")