回答編集履歴

1

足りなかった

2022/06/30 02:44

投稿

quickquip
quickquip

スコア11038

test CHANGED
@@ -1,5 +1,7 @@
1
1
  雑にはこれで用が足りるんじゃないですか?
2
2
  ```python
3
+ >>> from random import randint, random
4
+ >>> x = random()
3
5
  >>> if x < 0.8:
4
6
  ... action = randint(1, 18)
5
7
  ... else: