diff --git a/socode.py b/socode.py index 0512d18..57ea0f6 100755 --- a/socode.py +++ b/socode.py @@ -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)