Skip to content

Instantly share code, notes, and snippets.

@qharlie
Created August 26, 2017 20:05
Show Gist options
  • Save qharlie/1a9a8b2bc77a8f1390455f68a1c11398 to your computer and use it in GitHub Desktop.
Save qharlie/1a9a8b2bc77a8f1390455f68a1c11398 to your computer and use it in GitHub Desktop.
(JFK, SFO, ATL, ORD) = symbols('JFK,SFO,ATL,ORD')
(C1, C2, C3, C4) = symbols('C1,C2,C3,C4')
(At, In) = symbols('At,In')
# (Load, Unload, Fly) = symbols('Load,Unload,Fly,At,In')
(P1, P2, P3) = symbols('P1,P2,P3')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment