Question: Python Deliverables - Copy and paste e code required to answer the following questions along with a screenshot of the executed code. 1 Create a

 Python Deliverables - Copy and paste e code required to answer

Python Deliverables - Copy and paste e code required to answer the following questions along with a screenshot of the executed code. 1 Create a variable and assign your favorite movie to it. Print this value out to the screen. 2. Create a variable and assign it the number of times you have seen your favorite movie. Print this value out to the screen. 3. Display the datatype of each of the previous variables. 4. Print to the screen the name of the movie and the number of times watched in one line using concatenation and casting. 5. Check to see if the number of times watched is greater than 10 and display a message stating that you are a true fan (use your own verblage). 6. Prompt the user to input a movie they like and store this in a new variable. Print this value out to the screen. 7. Prompt the user to input the number of times they watched the movie they entered and store this in a new variable. Print this value out to the screen. 8. If they watched the movie less than 5 times, print a message stating that they seemed to like the movie, but they aren't a hardcore fan (use your own verbiage). If they watched the movie more than 5 times, but less then 10, print a message saying that they are almost an "ultra fan" (use your own verblage). If they watched the movie more than 10 times, print out a message that they are the "ultimate fan" (use your own verbiage). 9. Add the number of times you watched your favorite movie to the number of times the user watched their favorite movie and output the number to the screen with an appropriate message of the total number of times you both watched your favorite movies 10. If the user has watched their favorite movie more than your favorite movie, output a message stating that they are winning. If the inverse is true then output a message stating that you are winning. If they are equal, then output an appropriate message

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!