8 lines
73 B
Python
8 lines
73 B
Python
def main():
|
|
print("Hello world!")
|
|
c = a+b
|
|
d = a - b
|
|
|
|
|
|
main()
|