Closed
Description
import random
random_number = random.randint(1, 20)
print(random_number)
It is printing the same one random number. In this case it is 7 @microbit-carlos as we discussed.
Metadata
Metadata
Assignees
Labels
No labels
import random
random_number = random.randint(1, 20)
print(random_number)
It is printing the same one random number. In this case it is 7 @microbit-carlos as we discussed.