Skip to main content

Reports v2 FeaturePeek

Created on January 15|Last edited on January 15
You miss 100% of the shots you don't take. -- Wayne Gretsky -- Michael Scott

Turning and turning in the widening gyre

The falcon cannot hear the falconer;

Things fall apart; the centre cannot hold;

  1. Mere anarchy is loosed upon the world
  2. The blood-dimmed tide is loosed
  3. Everywhere the ceremony of innocence is drowned;
  4. The best lack all conviction
  5. The worst are full of passionate intensity
  6. shit is fucked yo
def fizzbuzz(k):
if not k % 3:
print("fizz")
if not k % 5:
print("buzz")