From 30321825075a497bc370ed75325ac4c4004465c2 Mon Sep 17 00:00:00 2001 From: prashantc29 Date: Wed, 23 Apr 2014 23:31:15 -0500 Subject: [PATCH] some changes for prashantc29 --- socode.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)