Compare commits

...

2 Commits

View File

@ -1,6 +1,7 @@
def main(): def main():
print("Hello world!") print("Hello world!")
c = a+b c = a+b
d = a - b
main() main()