Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ****wow_much_useful_functions.py****
- def foo(arg = CONSTANT)
- var = $doing stuff with arg$
- date = datetime.datetime.now()
- return arg, date
- ************************************
- ***main.py***
- import wow_much_useful_functions
- import datetime
- CONSTANT = 'anon'
- result = wow_much_useful_functions.foo()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement