seed: curriculum content
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
def welcome(name, planet):
|
||||
"""Return a welcome string of the form:
|
||||
|
||||
"Welcome, <name> from <planet>."
|
||||
|
||||
welcome("Vega", "Mars") -> "Welcome, Vega from Mars."
|
||||
"""
|
||||
pass
|
||||
Reference in New Issue
Block a user