+ 3
Random Number Game
Can anyone tell me a code that generates random numbers from the random 1-100? Thanks!
3 Respuestas
+ 6
import random
x = random.randint(0,100)
+ 1
https://code.sololearn.com/c8730tucF51B/?ref=app
Can anyone tell me a code that generates random numbers from the random 1-100? Thanks!