Compare commits
No commits in common. "second" and "main" have entirely different histories.
@ -1,9 +1,5 @@
|
|||||||
def main():
|
def main():
|
||||||
print("Hello world!")
|
print("Hello world!")
|
||||||
# арифметика
|
|
||||||
a = 1
|
|
||||||
b = 2
|
|
||||||
c = a+b
|
|
||||||
d = a - b
|
d = a - b
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user