9 lines
104 B
Python
9 lines
104 B
Python
|
|
import os
|
||
|
|
|
||
|
|
def function():
|
||
|
|
pass
|
||
|
|
print("This is a print statement")
|
||
|
|
|
||
|
|
def function2():
|
||
|
|
print
|