add a=1 b=2
This commit is contained in:
parent
1a5d76a8c2
commit
8c91cb7893
@ -1,5 +1,7 @@
|
||||
def main():
|
||||
print("Hello world!")
|
||||
a = 1
|
||||
b = 2
|
||||
c = a+b
|
||||
d = a - b
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user