first place
the ouput should be single line containing the ones place of positive integer
input 1:25
ouput:5
input 2:200
output:0
a = int(input('enter a number')) b = a % 10 print(b)
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