task1/my_script.py

8 lines
73 B
Python

def main():
print("Hello world!")
c = a+b
d = a - b
main()