meta data for this page
  •  

Python Random

Example

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