5 lines
92 B
Python
5 lines
92 B
Python
#!/usr/bin/kuroko
|
|
"""This is a docstring."""
|
|
|
|
print("hello, here is my docstring:",__doc__)
|