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
|
||||||
6
text_utils.py
Normal file
6
text_utils.py
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
#!/use/bin/python3
|
||||||
|
|
||||||
|
# more dummy code for hw
|
||||||
|
def shout(text):
|
||||||
|
return text.upper()
|
||||||
|
|
||||||
Reference in New Issue
Block a user