Skip to content

Instantly share code, notes, and snippets.

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