python code to convert rs into paise
Answers
Answered by
4
Answer:
rupees = int(input("")) #Let the user input values
paisa = 100 #Generally 1 rupee is equal to 100 paisa
print(rupees," rupees is equal to",rupees * paisa," paisa") #Output
Recommendation:
Please mark me the Brainliest and Click on Thanks.
Similar questions