Question: Short Answers: 1. (6 points) What is the difference between: Rating = input (Enter an integer rating between and 10: ) And Rating eval (input
Short Answers: 1. (6 points) What is the difference between: Rating = input ("Enter an integer rating between and 10: ") And Rating eval (input ("Enter an integer rating between and 10: ")) And Rating = int(input ("Enter an integer rating between and 10: 2. (6 points) what is the difference between: x=6 and x == 6 3. (6 points) What is the datatype that is returned by the following expression, done in Python shell 3.14/2 Justify your answer by an explanation
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
