5 lines
86 B
Python
5 lines
86 B
Python
|
|
def register():
|
|
print("hola mundo")
|
|
def unregister():
|
|
print("Goodbye World")
|