Generation

generate functionThu, 20 Apr 2023

generate random number between 20000 and 30000

import random def rand(): return random.randint(20000, 30000) rand()

Want to kickstart your project?Use the new AI Studio to create your code