Skip to content

Instantly share code, notes, and snippets.

@kachayev
Created April 3, 2013 15:43
Show Gist options
  • Select an option

  • Save kachayev/5302369 to your computer and use it in GitHub Desktop.

Select an option

Save kachayev/5302369 to your computer and use it in GitHub Desktop.
Can you guess how it's possible? (yes, this is python)
>>> (let (a=2, b=4) (a + b))
6
>>> (let (x=20, y=40, z=1) (x*y*z))
800
@kachayev

kachayev commented Apr 3, 2013

Copy link
Copy Markdown
Author

@nathan-hoad Good job!

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