HTMLify
Home
Log in
Register
Dashboard
Frames
API
Q2469_Convert_the_Temperature.py
Views: 165 | Author:
djdj
def
convertTemperature
(
self
,
celsius
):
f
=
1.8
*
celsius
+
32
k
=
celsius
+
273.15
return
[
k
,
f
]
Share this file:
Copy
Short Link
View Raw
Download File
(102 B)
Embed Code
Clone
Comments
Comment