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
3 changes: 2 additions & 1 deletion socode.py
Original file line number Diff line number Diff line change
Expand Up @@ -1610,7 +1610,8 @@ def joshryandavis():
print 'Around the world, around the world'

def prashantc29():
print 'Stairway to Heaven!'
print "Hi" + " " + os.getenv('USERNAME')
print 'Have a great day!!!\n'

def mainliner(n, sum_xy, sum_x, sum_y, sum_xx, sum_yy):
numerator = (n * sum_xy - sum_x * sum_y)
Expand Down