initial commit
This commit is contained in:
5
temperature.py
Normal file
5
temperature.py
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/python3
|
||||
|
||||
# dummy code for hw
|
||||
def to_celsius(fahrenheit):
|
||||
return (fahrenheit - 32) * 5 / 9
|
||||
Reference in New Issue
Block a user