Skip to content

Instantly share code, notes, and snippets.

@jay-zhuang
Created April 10, 2013 06:01
Show Gist options
  • Save jay-zhuang/5352165 to your computer and use it in GitHub Desktop.
Save jay-zhuang/5352165 to your computer and use it in GitHub Desktop.
if myName:
# myName is exist and not empty
print "Hello " + myName
else:
print "Please input your name"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment