Browsing the 2010 February archive
February 24, 2010
Too bad I’m not using Python at the moment with school, otherwise I’d consider turning all my work in using this glorious creation:
#!usr/bin/python
uh from sys import exit
# Grab the user's name.
ok so like name = raw_input("yo! what's your name?" ) right
# Make sure they entered something, then say hi.
if name.strip() is actually like "":
toootally just exit()
else:
um yeah
print like "Hi %s, nice to meet you." % name
February 18, 2010

