Skip to content

Instantly share code, notes, and snippets.

View hgarrereyn's full-sized avatar

Harrison Green hgarrereyn

View GitHub Profile
f = getattr(globals()['__bu\x69lt\x69ns__'],'\x69nput')
p = getattr(globals()['__bu\x69lt\x69ns__'],'pr\x69nt')
n = f()
# oh yeah :)
def go(k):
a = ((k % 3 != 0 or k % 5 != 0) or p('F\x69zzBuzz'))
a = ((k % 3 == 0 or k % 5 != 0) or p('Buzz'))
a = ((k % 3 != 0 or k % 5 == 0) or p('F\x69zz'))