Computer Science, asked by kpfeverforever, 8 months ago

python code to convert rs into paise​

Answers

Answered by dhruvkrishnavaid
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