Run ❯
Get your
own Python
server
❯
Run Code
Ctrl+Alt+R
Change Orientation
Ctrl+Alt+O
Change Theme
Ctrl+Alt+D
Go to Spaces
Ctrl+Alt+P
temp1 = 77 celsius1 = (temp1 - 32) * 5 / 9 print(celsius1) temp2 = 95 celsius2 = (temp2 - 32) * 5 / 9 print(celsius2) temp3 = 50 celsius3 = (temp3 - 32) * 5 / 9 print(celsius3)
25.0
35.0
10.0