Added 'Python/modules/mymodule.py'
This commit is contained in:
parent
48f5c50569
commit
6a46329a01
7
Python/modules/mymodule.py
Normal file
7
Python/modules/mymodule.py
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
def f():
|
||||||
|
return 0
|
||||||
|
|
||||||
|
if __name__ == '__main__':
|
||||||
|
print("heyo")
|
||||||
|
else:
|
||||||
|
print("I am a module.")
|
Loading…
x
Reference in New Issue
Block a user