Question #348341

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


Expert's answer

a = int(input('enter a number'))
b = a % 10
print(b)

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS