4 lines
67 B
Python
4 lines
67 B
Python
def greet():
|
|
"""Return the string 'Hello, Python'."""
|
|
pass
|
def greet():
|
|
"""Return the string 'Hello, Python'."""
|
|
pass
|