노는게 제일 좋습니다.

python random 본문

Python/기타 공부

python random

노는게 제일 좋습니다. 2016. 9. 17. 16:33

random 모듈 import 필요.


random.random()

0<= x < 1


random.randrange(a,b)

a<= x <b

'Python > 기타 공부' 카테고리의 다른 글

tkinter modify widget option  (0) 2016.09.17
Tkinter Entry widget control text data  (0) 2016.09.04
Tkinter tutorial(link)  (0) 2016.09.04
Tkinter PhotoImage resize  (1) 2016.09.04
Tkinter How to use grid for PhotoImage  (0) 2016.09.04
Comments