7 lines
59 B
Python
7 lines
59 B
Python
def main():
|
|
print("Hello world!")
|
|
c = a+b
|
|
|
|
|
|
main()
|