0
How to write the following in python
Write a program that generates 50 random numbers such that the first between 1&2, second between 1&3, third between 1&4,....,and the last between 1&51 I tried From random import randint X=randint(1,51) Print(x) I don't know how make the interval
2 Respuestas
0
or you can also use
https://code.sololearn.com/c87B9ckQKkaj/?ref=app