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
4 changes: 4 additions & 0 deletions socode.py
Original file line number Diff line number Diff line change
Expand Up @@ -1740,6 +1740,10 @@ def dethos():
def sente():
return "hello from sente!"

def thibaudrohmer(n):
print "\n".join(["*"*i for i in range(1,n+1)])


def sluu99(n):
"This function checks if a number is odd or even, the shitty way"
if n < 0:
Expand Down