You are here:
» Random Numbers In Python
Random Numbers in Python
This Comment will be submitted for moderation and will not be accessible to other users until it has been approved.
I want to generate random numbers in Python. How can I achieve that?
..Jake

1 year 42 weeks ago
Tags:
Jake
The standard module random will implement a random number generator.
Here is how you can do it...
I hope this helps you.
Post Comment