Guest User

Untitled

a guest
Oct 12th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. # Here the parameters are visually grouped with something_terribly_long
  2. some_variable = something_terribly_long(
  3. long_parameter,
  4. another_parameter,
  5. [shit_a_list, and_some_members]
  6. )
  7.  
  8. # Here the parameters appear to be grouped with some_variable
  9. some_variable = something_terribly_long(
  10. long_parameter, another_parameter,
  11. [shit_a_list, and_some_members]
  12. )
Add Comment
Please, Sign In to add comment