We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd6df0b commit aadcc95Copy full SHA for aadcc95
src/main.py
@@ -12,8 +12,8 @@
12
print('Great connection!')
13
sys.exit(255)
14
15
-print('Welcome to FuckComputer n in 1 (Python ver)!')
16
ls=json.loads(js.text)
+print('Welcome to FuckComputer {} in 1 (Python ver)!'.format(len(ls.keys())))
17
for x in range(len(ls.keys())):
18
print(' ({}){}'.format(x+1,list(ls.keys())[x]))
19
ch=int(input('Please choose a mode: '))
0 commit comments