Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple variable assignment #52

Open
SamTebbs33 opened this issue Sep 11, 2015 · 2 comments
Open

Multiple variable assignment #52

SamTebbs33 opened this issue Sep 11, 2015 · 2 comments

Comments

@SamTebbs33
Copy link
Owner

The blow example would assign the 1 to a and 2 to b.

a, b = 1, 2
@phase
Copy link

phase commented Sep 11, 2015

What about a,b=4 to set them both equal to four?

@SamTebbs33
Copy link
Owner Author

@phase I could add that as well actually!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants