Answer the question
In order to leave comments, you need to log in
How to make numbers generated in notepad?
I have this algorithm:
import random
import time
while True:
time.sleep(0.10)
for i in range(8):
a = random.randint(1,9)
print(a, end = '')
print()
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question