DOG = 25FROG = 8CAT = 80HORCE = 46RESULT = DOG + FROG + CAT + HORCEprint(RESULT) a = 617b = int (a)print(b)c = 45d = float(c)print(d)
Standard input is empty
159 617 45.0
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!