2 lines
47 B
Python
2 lines
47 B
Python
parameter = 0
|
|
print(f'hello world {parameter}') |
parameter = 0
|
|
print(f'hello world {parameter}') |