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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!