Created
June 6, 2018 20:44
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