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