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