davidad

permalink

Like, Python

#!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

Somebody actually implemented this dialect of Python.

blog comments powered by Disqus