Question: number-int (input(Enter your mark out of 10: Write a program that asks the user for a mark out of 10. If their mark is greater

 number-int (input("Enter your mark out of 10:" Write a program that

number-int (input("Enter your mark out of 10:" Write a program that asks the user for a mark out of 10. If their mark is greater than or equal to 5, your program should print Pass: if number 5: print("Fail") if number5: print("Pass") Enter your mark out of 10: 8 Pass If their mark is less than 5, your program should print Fail: Enter your mark out of 10: 3 Fail Submissions >Output File "program.py", line 2 if number

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!