From 16523786d1e372e97ad0a9318c0093ba6b420d8e Mon Sep 17 00:00:00 2001 From: utsavdusad Date: Mon, 23 Mar 2015 14:02:04 +0530 Subject: [PATCH] First commit Fun with testing :D Change-Id: I9a9ce1ce0c786f723c74c7c600be274b7814180a --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index e319054c7..796547465 100755 --- a/test.py +++ b/test.py @@ -28,6 +28,6 @@ def main(): print "I like vi" print "'Sometimes, you have to roll a hard six.' – Adama" print "The snake which cannot cast its skin has to die." - + print "My name is khan............................................................................................" if __name__ == "__main__": main()