5.21.1: LAB: Countdown until matching digits python code: x=int(input()) if x>=11: count=11 while count


5.21.1: LAB: Countdown until matching digits




python code:



x=int(input())
if x>=11:
    count=11
    while count<>
        if(x%11 != 0):
            print(x)
            x -= 1
        count += 1
    print(x)
else:
    print("Input must be 11-100")




Error:




Output differs. See highlights below. Special character legend


Input

101



Your output

101

100

99




Expected output

Input must be 11-100




Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here