from random import * [print(randint(5,9),"+",randint(5,9),"=") for i in range(30)] |
<결과>
5 + 9 =
8 + 8 =
5 + 6 =
9 + 6 =
6 + 8 =
...
빨강: 출제될 숫자의 범위 (최소, 최대)
녹색: 문제 갯수
딸냄이 덧셈 퀴즈 내달라고 해대서 귀찮아서 만듬.
'tools > Python' 카테고리의 다른 글
NetCDF4-python (0) | 2021.07.10 |
---|---|
Kernel Density Estimation 관련 참고 자료s (0) | 2021.07.10 |
KDE를 구하기 위한 python package (0) | 2020.08.28 |
숫자 서식 (0) | 2020.08.24 |
reshape(-1,1) (0) | 2020.08.23 |
댓글