Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- def my_print(*args, **kwargs):
- with open('output_file', 'w') as OUT:
- print(*args, **kwargs, file=OUT)
- print('hui')
- my_print('pizda')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement