single digit number
input - the input is a single line containing a positive integer N.
output - the output should be a single line containing a single-numeral number.
i = input('Enter integer here: ') if len(i) <= 1: print(i)
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment