mirror of https://github.com/python/cpython
5 lines
68 B
Plaintext
5 lines
68 B
Plaintext
|
#!usr/bin/env python
|
||
|
|
||
|
def example_function(some_argument):
|
||
|
pass
|