Question: help me fix this python code structions EProblem program.py number-input(Enter a number: ) Write a program that asks the user for a number. If the

help me fix this python code
structions EProblem program.py number-input("Enter a number: ") Write a program that asks the user for a number. If the number is anyif number other than 13, your program should work like this: number:"13": printo else: Enter a number: 17 Good choice. print("Good choice." If the user enters 13, your program should do nothing. SubmissionsOutput Testing a smaller number. X Testing the number 13. Your submission did not produce the correct output. Your program output: Enter a number: 13 when it was meant to output: Enter a number: 13 Your output has an extra trailing newline character
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
