Last active
November 1, 2021 08:35
-
-
Save N3RDIUM/1b71d1cb7ada5205d53faa2465d651aa to your computer and use it in GitHub Desktop.
PyCraft
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# I am just an example for idea files! | |
""" | |
Explain the idea here | |
""" | |
# an example | |
def someIdea(arg): | |
print(arg) | |
# EOF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment