We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f494bae commit 51dc4dfCopy full SHA for 51dc4df
Computer
@@ -17,6 +17,7 @@ if Username == "USER" and Password == "PASS":
17
print("Starting Computer")
18
sleep(1.0)
19
print("Loading...")
20
+ sleep(1.0)
21
Computer = 1
22
Computer_help = 0
23
while Computer == 1:
0 commit comments