0
How do I get a random integer in python?
Normally I would do random.randint(a,b) but apparently this app doesnât have that?
1 Answer
+ 3
Are you sure? Executing this code is not true what you are saying
https://code.sololearn.com/c6q0m6t8d1aZ/
Normally I would do random.randint(a,b) but apparently this app doesnât have that?