7 lines
85 B
Python
7 lines
85 B
Python
#!/usr/bin/env python3
|
|
|
|
import os,sys
|
|
|
|
def helloworld():
|
|
print("helloworld")
|
|
|