Answer the question
In order to leave comments, you need to log in
How to make a for loop run multiple times?
Hello, I have such an algorithm:
import random
import time
for i in range(10):
a = random.randint(1,9)
print(a, end = '')
I want to have not one value, but many , I tried while True in such cases, I just have a bunch of numbers in a string, and I need each value from a new line to be.
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