Added 'Python/modules/mymodule.py'

This commit is contained in:
anon 2024-07-22 19:39:20 +02:00
parent 48f5c50569
commit 6a46329a01

View File

@ -0,0 +1,7 @@
def f():
return 0
if __name__ == '__main__':
print("heyo")
else:
print("I am a module.")