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
5 changes: 5 additions & 0 deletions socode.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,10 @@ def dpayne():
print 'There was an error'

return False

def smc170():
for i in range(1, 1000):
print i

if __name__ == "__main__":
starefossen()
Expand Down Expand Up @@ -615,6 +619,7 @@ def dpayne():
windspy()
samlabs821()
alisnic(random.randint(1, 1024))
smc170()

# as per instructed, please leave this as the final function
lafin()