Files
curriculum/1.solar-system/2.first-light/02.the-greeting/starter/starter.py

4 lines
67 B
Python

def greet():
"""Return the string 'Hello, Python'."""
pass