P = int(input("enter paise"))R = P//100Paise = P%100print(" Rupees-",R," Paise-",Paise)
234
enter paise Rupees- 2 Paise- 34
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!