meta data for this page
  •  

문서의 이전 판입니다!


Python Random

Example

  • import random
    a = random.randint(1,365)
    print(a)