質問編集履歴

1

ごじ

2019/04/16 08:19

投稿

JIN3X
JIN3X

スコア84

test CHANGED
File without changes
test CHANGED
@@ -72,7 +72,7 @@
72
72
 
73
73
  #この処理を消すと動く。
74
74
 
75
- print(''.join(random.choices(string.ascii_letters + string.digits, k=8))
75
+ print(''.join(random.choices(string.ascii_letters + string.digits, k=8)))
76
76
 
77
77
  #この処理を消すと動く。
78
78