Question: Integer input _ num is read from input. Write a while loop that iterates until input _ num is equal to 2 2 . In

Integer input_num is read from input. Write a while loop that iterates until input_num is equal to 22. In each iteration of the loop:
Output 'Not 22'.
Read integer input_num from input. input_num = int(input())
''' Your code goes here '''
print('Found 22!')

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!