Last active
July 9, 2021 07:01
-
-
Save trevismd/cd71ae6a70272a072cb39c40b482acf4 to your computer and use it in GitHub Desktop.
Box pairs for plot 1
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
pairs = [('Robots', 'Flight'), # 'Robots' vs 'Flight' | |
('Flight', 'Sound'), # 'Flight' vs 'Sound' | |
('Robots', 'Sound')] # 'Robots' vs 'Sound' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment