[Tutor] this wont work

melvin terry espo89@msn.com
Mon, 19 Aug 2002 14:29:38 -0400


------=_NextPart_001_0000_01C2478C.D9719B90
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

I am thinking of all kinds of things to show to my friends and I'm trying=
 to write a program that will say stuff about this guy we don't like here=
 it is but it wont work it always says here is an error on line 12. And o=
 y can I make it when people type in there pass it will come up in these =
****?

print "Hi this is a secret place only those here are members may continue=
"
print "what is your password?"
zozo =3D raw_input("enter your password: ")
if zozo =3D=3D "gogo":
    print "------------------------------"
    print        "welcome Michael"
else:
    print "Try again!"
if zozo =3D=3D "zozo":
    print "Welcome ryan what would you like to do?"
    boo =3D raw_input("type 1 for plans on messing up brandon.")
   if boo =3D=3D 1:
       print "we will break him up with gina"
elif zozo =3D=3D "gogo":
    print "welcome Michael"
else:
    print "Try again!"Get more from the Web.  FREE MSN Explorer download =
: http://explorer.msn.com

------=_NextPart_001_0000_01C2478C.D9719B90
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<HTML><BODY STYLE=3D"font:10pt verdana; border:none;"><DIV>I am thinking =
of all kinds of things to show to my friends and I'm trying to write a pr=
ogram that will say stuff about this guy we don't like here it is but it =
wont work it always says here is an error on line 12. And o y can I make =
it when people type in there pass it will come up in these ****?</DIV> <D=
IV>&nbsp;</DIV> <DIV>print "Hi this is a secret place only those here are=
 members may continue"<BR>print "what is your password?"<BR>zozo =3D raw_=
input("enter your password: ")<BR>if zozo =3D=3D "gogo":<BR>&nbsp;&nbsp;&=
nbsp; print "------------------------------"<BR>&nbsp;&nbsp;&nbsp; print&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "welcome Michael"<BR>else:<BR>&=
nbsp;&nbsp;&nbsp; print "Try again!"<BR>if zozo =3D=3D "zozo":<BR>&nbsp;&=
nbsp;&nbsp; print "Welcome ryan what would you like to do?"<BR>&nbsp;&nbs=
p;&nbsp; boo =3D raw_input("type 1 for plans on messing up brandon.")<BR>=
&nbsp;&nbsp; if boo =3D=3D 1:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pri=
nt "we will break him up with gina"<BR>elif zozo =3D=3D "gogo":<BR>&nbsp;=
&nbsp;&nbsp; print "welcome Michael"<BR>else:<BR>&nbsp;&nbsp;&nbsp; print=
 "Try again!"<BR><BR><BR></DIV></BODY></HTML><br clear=3Dall><hr>Get more=
 from the Web.  FREE MSN Explorer download : <a href=3D'http://explorer.m=
sn.com'>http://explorer.msn.com</a><br></p>

------=_NextPart_001_0000_01C2478C.D9719B90--