import random for _ in range(10): a=random.randrange(10,900) print(a) b=random.randrange(700,1000) print(b)
To embed this project on your website, copy the following code and paste it into your website's HTML: