Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # debug_print.py
- testrun=True
- def p(*z):
- if testrun:
- print ("{} "*len(z)).format(*z)[:-1]
- #
- p(123,"abc",None,'',True,False)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement