Skip to content

Commit aadcc95

Browse files
committed
Added great details
1 parent dd6df0b commit aadcc95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
print('Great connection!')
1313
sys.exit(255)
1414

15-
print('Welcome to FuckComputer n in 1 (Python ver)!')
1615
ls=json.loads(js.text)
16+
print('Welcome to FuckComputer {} in 1 (Python ver)!'.format(len(ls.keys())))
1717
for x in range(len(ls.keys())):
1818
print(' ({}){}'.format(x+1,list(ls.keys())[x]))
1919
ch=int(input('Please choose a mode: '))

0 commit comments

Comments
 (0)