is my output column correct ?
Question Answered step-by-step is my output column correct ? Image transcription text22. GIVEN THIS CODE : inp = int(input( “Please enter a number from 1 to 50: “) )print(inp) if inp > 32: print(“chilly”) elif inp != 20: print( “damp”) elif inp>= 7: print(“tornado”) elif inp > 50: print(“gale”) elif inp … Show more… Show moreis my output column correct ? Computer Science Engineering & Technology Python Programming CMPSC 101 Share QuestionEmailCopy link Comments (0)


