Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions socode.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
import time
import urllib2
import platform
import math

def lsauer():
print 'But will it blend?'
return daniel_dressler() if (random.random()*daniel_dressler()) > (math.pi * 5)\
else print requests.get('http://lsauer.github.com/Readme.md').content

def alisnic(number):
print 'fizz' * (number % 3 == 0) + 'buzz' * (number % 5 == 0)
Expand Down Expand Up @@ -575,6 +581,7 @@ def dpayne():
ncammarata()
eddotman()
julio()
lsauer()
gardaud(prezjordan())
GeneralZero()
tcr()
Expand Down