seed: curriculum content
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from solution import greet
|
||||
|
||||
|
||||
def test_greet_returns_hello_python():
|
||||
assert greet() == "Hello, Python"
|
||||
Reference in New Issue
Block a user