5 lines
56 B
Python
5 lines
56 B
Python
#!/bin/python
|
|
|
|
def run():
|
|
print('This is a test.')
|
|
|
#!/bin/python
|
|
|
|
def run():
|
|
print('This is a test.')
|
|
|