Skip to content

Instantly share code, notes, and snippets.

@ishashankkumar
Created November 9, 2019 09:50
Show Gist options
  • Save ishashankkumar/f0e51b5353b8426b3db5b163e60c959b to your computer and use it in GitHub Desktop.
Save ishashankkumar/f0e51b5353b8426b3db5b163e60c959b to your computer and use it in GitHub Desktop.
#!/usr/bin/python
a = 5
b = 7
a,b = a+1, a+b
print a,b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment