Skip to content
Snippets Groups Projects
Commit 07be5065 authored by Remus, Dr. Steffen's avatar Remus, Dr. Steffen
Browse files

sync

parent 6f868ad9
Branches
Tags v0.6.4
No related merge requests found
"""One-line description of what the script does."""
import sys
def main(name):
"""Run the program."""
print(f'Hello {name}')
if __name__ == '__main__':
args = sys.argv[1:]
main(*args)
\ No newline at end of file
%% Cell type:raw id:5d9ab2e2-37ce-493b-81c7-efbdd1956a85 tags:
### display some information
print('hello world')
%% Cell type:code id:04c956b8-9980-4390-8b7a-eb48168be0fa tags:
``` python
%magic
```
%% Cell type:code id:49748b35-57b3-4aad-b442-911ef581e7f4 tags:
``` python
from bin import test
```
%% Cell type:code id:a5f84be5-ef09-443d-866c-479107193546 tags:
``` python
test.main('Steffen')
```
%% Output
Hello Steffen
%% Cell type:code id:70008ef5-ba71-475d-95c8-abb4cb23325e tags:
``` python
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment