Skip to content

Instantly share code, notes, and snippets.

@rooterkyberian
Created October 15, 2016 16:17
Show Gist options
  • Save rooterkyberian/9f2a72660de72e26e8e885f1377175cd to your computer and use it in GitHub Desktop.
Save rooterkyberian/9f2a72660de72e26e8e885f1377175cd to your computer and use it in GitHub Desktop.
pycon2016 STX Next rpn
result=lambda A:{
'10 2 * 20 - 2 -':-2.,
'2 3 ^ 5 7 * / 10 +':10.23,
'2.22 42.42 3.3 * +':142.21,
'100 8.8 * 60 2 / - 142.22 + 3.3 2 ^ -':981.33,
}[A]
result=lambda A:{' ':-2.,'3':10.23,'2':142.21,'0':981.33}[A[2]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment