Compare commits
4 Commits
09d9a3ac41
...
7b2a5cbeaa
Author | SHA1 | Date | |
---|---|---|---|
7b2a5cbeaa | |||
8c91cb7893 | |||
1a5d76a8c2 | |||
56687fb59a |
@ -1,5 +1,9 @@
|
||||
def main():
|
||||
print("Hello world!")
|
||||
# арифметика
|
||||
a = 1
|
||||
b = 2
|
||||
c = a+b
|
||||
d = a - b
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user