1. Use the input function to prompt the user for a number. Store the number entered as a float in a variable named num, and then print the contents of num. 2. For each of the following expressions, what value will the expression give? Verify your answers by typing the expressions into Python. a) True and not False b) True or True and False c) not True or not False d) True and not 0 e) 52 < 52.3 f) 1+52<52.3 g) 4 != 4.0