Created
June 6, 2018 20:44
-
-
Save acwoss/d2ec11f9185ec34915d1eb598032bcd8 to your computer and use it in GitHub Desktop.
BouncyGorgeousOpengroup created by acwoss - https://repl.it/@acwoss/BouncyGorgeousOpengroup
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
prefixes = 'JKLMNOPQ' | |
for prefix in prefixes: | |
suffix = 'uack' if prefix in {'Q', 'O'} else 'ack' | |
print(prefix + suffix) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment