0
Why does this code give me this output?
I don't understand modules and how to use them with functions I tried a module with a function and I gave me a crazy output https://code.sololearn.com/cq74Y9EH58Yu/?ref=app
1 Answer
+ 3
Random is a module with many different functions. I don't know which you would like to use, but here are two different ways to find a random integer between two numers, which I think may have been your goal.
https://code.sololearn.com/cbqfwngbaEiQ/?ref=app
Or
https://code.sololearn.com/cx2yP6OySb5S/?ref=app