Answer to Question #225988 in Python for Roti

Question #225988
Write a python program which takes a number from the user and prints if it is positive if it is a multiple of 10. Hint: Odd numbers cannot be a multiple of 10.
1
Expert's answer
2021-08-14T01:39:52-0400
n =int(input("Enter number; "))
if n>0 and n%10==0:
	print(n, 'is positive number and multiple of 10.')
		

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!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS