Created
August 26, 2017 20:05
-
-
Save qharlie/1a9a8b2bc77a8f1390455f68a1c11398 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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