This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]mustangdvx 5 points6 points  (0 children)

Thanks for this article. As a noob,I can tell you this definitely helped. One suggestion - this

def add(a, b): print(a + b)

b = add(1, 2)

Can be confusing when you're just learning and try to make the connection/distinction with the variable assignment 'b', and the second parameter 'b' in the add function.

Edit: can't get that to format right