Hi, I just want to check my work if it is correct. My answers are…

Question Answered step-by-step Hi, I just want to check my work if it is correct. My answers are… Hi, I just want to check my work if it is correct. My answers are bolded. Thank you  #1 What is the data type of the following: >>> PatientDirectory = {1: “Frederick Frankenstein” , 2: “Hans Gruber” , 3: “Albus Dumbledore” , 4: “Izuku Midoria”}  A. DictionaryB. List C. String D. Tuple #2 Consider the code below. When you run this program, what is the output if the temperature is 77.3 degrees Fahrenheit?  temperature = gloat(input(‘what is the temperature’)) if temperature >70: print(‘Wear short sleeves’) else: print(‘bring a jacket’) print (‘Go for a walk outside’)  A. Wear short sleeves B. Syntax Error C. Bring a jacket D. Wear short sleeves, Go for a walk outside  #3 What is the output of >>> print (12-6*2)  A. Null B. 0 C. 12 D. 2   #4 You wish to perform more advanced calculations through Python. How do you access a math module in Python?   A. import math B. print (math)C. find.math D. download(math) Computer Science Engineering & Technology Python Programming HIM HIM 615 Share QuestionEmailCopy link Comments (0)