Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import function_1
- result = function_1.sum_members(range(42))
- if __name__ == '__main__':
- print ('Output from file: ', __name__)
- print (result)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement