Skip to content

Instantly share code, notes, and snippets.

@intel777
Created December 10, 2021 14:26
Show Gist options
  • Select an option

  • Save intel777/05356e0e32a2a753d5efc6649d2b7b8a to your computer and use it in GitHub Desktop.

Select an option

Save intel777/05356e0e32a2a753d5efc6649d2b7b8a to your computer and use it in GitHub Desktop.
Multi file gist for test
from submodule import subfunction
if __name__ == '__main__':
main()
def main():
subfunction(input('Enter something: '))
def subfunction(data):
print(f'Your data: {data}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment