add c=a+b

This commit is contained in:
parent ec1eee808f
commit 56687fb59a
No known key found for this signature in database
GPG Key ID: 1D658084002C861C

View File

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