Compare commits

...

2 Commits

View File

@ -1,5 +1,8 @@
def main():
print("Hello world!")
# арифметика
a = 1
b = 2
c = a+b
d = a - b