Skip to content

Instantly share code, notes, and snippets.

@acwoss
Created June 6, 2018 20:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acwoss/d2ec11f9185ec34915d1eb598032bcd8 to your computer and use it in GitHub Desktop.
Save acwoss/d2ec11f9185ec34915d1eb598032bcd8 to your computer and use it in GitHub Desktop.
BouncyGorgeousOpengroup created by acwoss - https://repl.it/@acwoss/BouncyGorgeousOpengroup
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