Pages

Sunday, May 15, 2016

Simple "hello world!" python script

#!/usr/bin/env python
val = raw_input("Enter Sentanse : ")
print "Welcome", val



No comments:

Post a Comment

Please give us suggestions.

Shell Script Code