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