7 lines
61 B
Python
7 lines
61 B
Python
def main():
|
|
print("Hello world!")
|
|
d = a - b
|
|
|
|
|
|
main()
|