Files
curriculum/1.solar-system/2.first-light/04.the-script/starter/starter.py

9 lines
130 B
Python

def hello():
"""Return the string 'From the script'."""
pass
def goodbye():
"""Return the string 'Out'."""
pass