Question: question 10 please check answer Name: Question 9 (10 points) Consider the following simple decision. What is the output if hour is 13? Is this
Name: Question 9 (10 points) Consider the following simple decision. What is the output if hour is 13? Is this a correct format for a time of day? What is one way to fix this so that the output is correct? postscript = "AM" if hour > 12: postscript = "PM" print(hour + ":00 " + postcript) Question 10 (10 points) Write a set of python statements to draw a green line from the center of the window straight up 100 pixels using the python turtle module. Import turtle Turtle. forw.id (25) turtle. sight (30) title. Color Chao) besine fill C7
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
