Skip to content
Open

hey! #216

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
3 changes: 3 additions & 0 deletions socode.py
Original file line number Diff line number Diff line change
Expand Up @@ -1122,6 +1122,8 @@ def dlutcat():
print "I have developed a Pinterest-like site focus on travelling: kantuban.com"
print "Hope you like it!"

def nakosung():
print "*bump*"

# Please consider creating your function
# some random place between two other
Expand Down Expand Up @@ -1232,6 +1234,7 @@ def dlutcat():
calvcoll(random.randint(1,1024))
harshavardhana('E,9)oF*2M7/c~>')
dlutcat()
nakosung()
# If you add a call to your function here you will
# hit a merge conflict. Instead if you add your
# call some place random wihin the list or at the
Expand Down