Compare commits

..

No commits in common. "second" and "main" have entirely different histories.
second ... main

View File

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