Skip to content

Instantly share code, notes, and snippets.

@kmdsbng
Created January 21, 2015 01:27
Show Gist options
  • Select an option

  • Save kmdsbng/34e605f3dbce81d81554 to your computer and use it in GitHub Desktop.

Select an option

Save kmdsbng/34e605f3dbce81d81554 to your computer and use it in GitHub Desktop.
# -*- encoding: utf-8 -*-
a = 1 + 3
b = 5 + 4
c = a + b # => 13
d = c + b # => 22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment