0
Hello sir!!I need to run random numbers but its jot possible please chek in.
12 Respuestas
+ 10
+ 8
Seems like you're talking about your code but you forgot to share it's link here and also describe more about your question.
+ 6
Can you please share your attempt once what you have tried at least?
+ 5
import random
n= random.randint(0,5)
print (n)
Try like this
+ 5
Try this:
import random
num = random.randint(50,70)
print('Once =>',num,'\n')
print('Many:')
for i in range(10):
print(random.randint(50,70))
+ 4
First import random madule
+ 3
Thank you somuchhhh sirrrr
+ 2
Wow! !! It's working sir
0
Yaaa
0
import random
random.randint(50,70)
0
But the output is, no output