[Tutor] I saw this

Rob rob@uselesspython.com
Sun, 18 Aug 2002 23:24:36 -0500


Would anyone have any idea what I'm talking about if I said that this email
reminds me of poetry by e. e. cummings?

Rob


-----Original Message-----
To: tutor@python.org
Subject: [Tutor] I saw this


I want to break into a website with python (this guy is making fun of me)

 is this possible
O ya and when I try to write a file I get to like say I say type 1 for (a
name say tom) and I want it to say tom is so cool after they type 1 this is
what I got so far


print "Hi my name is tom and this is the subertrip program"
print "-------------------------------------------------------"
print "please pick a name"
print "1 for tom"
name = input("1")

thanks