+ 1
How can the below program be completed to get 91 as output in Python3. Fill in the blank
test = int(input()) test+=_______ test = str(test) + ‘1’ print (test)
2 ответов
+ 1
Save for later:
https://code.sololearn.com/cv1E9XMLPw0A/?ref=app
test = int(input()) test+=_______ test = str(test) + ‘1’ print (test)