I am pretty new to Python. I wanted to create a program so that if a user entered a number, then that amount of random numbers will appear.
I wanted my random.randrang e(100)+1
"How many numbers do you want to generate?" 4
19
2
45
35
Also I wanted to know how to find the
- average to the random numbers
- tell which ones are even
- tell which ones are odd, divisible by3, and greater than 50
Can anyone PLEASE help me to any part of this? THank you so much!
I wanted my random.randrang e(100)+1
"How many numbers do you want to generate?" 4
19
2
45
35
Also I wanted to know how to find the
- average to the random numbers
- tell which ones are even
- tell which ones are odd, divisible by3, and greater than 50
Can anyone PLEASE help me to any part of this? THank you so much!
Comment