Ide Python Online
#1
https://www.onlinegdb.com/online_python_compiler
#2
https://repl.it/languages/python3
iTry
#1
https://www.onlinegdb.com/online_python_compiler
#2
https://repl.it/languages/python3
password=123456
int(input("what is your password"))
if password==123456:
print("the tresuare is yours")
else:
print("wrong please try again")