How do I enter a string and get an error in the code below for my…
Question Answered step-by-step How do I enter a string and get an error in the code below for my… How do I enter a string and get an error in the code below for my testing table? while True : # Loop for my Termination S_Num=int(input(“Please Enter : a + number to continue or a – number to end the programnEnter A positive or A Negative Number Please: “)) if S_Num > 0 : print() print() print (” Welcome to JamEx Limited “) print (” Sales Commission Program Calculator “) print (” ———————————— “) print() print (” Please Enter the Data Requested Below “) break print() print (” <<<<<<<<....... You have chosen to end the program .........>>>>>>>>>”) print (” <<<<<<<<............Have a Blessed Day.................>>>>>>>>”) Engineering & Technology Computer Science IT ITT308 Share QuestionEmailCopy link Comments (0)


