xxxxxxxxxx
Online Python Compiler (Interpreter)
https://www.programiz.com/python-programming/online-compiler/
xxxxxxxxxx
You can use
1. https://www.onlinegdb.com/
2.https://www.programiz.com/c-programming/online-compiler/
this as well, works really well for me.You can also save code there.
xxxxxxxxxx
password=123456
int(input("what is your password"))
if password==123456:
print("the tresuare is yours")
else:
print("wrong please try again")
import time
num = 0
def time(num):
time.sleep(3)
num += 1
return num
while True:
user_input = input("\n")
if user_input == "what time is it":
num = time(num)
print(num)
else:
break
Python