Question: 1. Using python, create a random variable and using if / else print the following statements (conditional on the random draw): Random number x =
1. Using python, create a random variable and using if / else print the following statements (conditional on the random draw):
- Random number x = ... is greater than 0.5, or
- Random number x = ... is smaller or equal to 0.5.
Hint: You can generate random numbers in Python by using random module (use import random)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
