f=int(input ("temperatura w skali Fahrenheita:"))print (f, "stopni F to", (f-32)*5/9, "stopni C")
104
temperatura w skali Fahrenheita:(104, 'stopni F to', 40, 'stopni C')
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!