[Tutor] dang this is hard
melvin terry
espo89@msn.com
Mon, 19 Aug 2002 15:36:59 -0400
------=_NextPart_001_0002_01C24796.41EB2070
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
why wont this work?
#welcome
print "welcome ryan I just wanted you to have a second calculator!"
print "here you can ahose from what you would like o ind the radius of...=
"
print "Type 1 for a rectangle"
print "type 2 for a circle"
if input =3D=3D 1:
heigth =3D input("please type height here")
width =3D input ("please type width here")
area =3D height*width
print "find area"Get more from the Web. FREE MSN Explorer download =
: http://explorer.msn.com
------=_NextPart_001_0002_01C24796.41EB2070
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<HTML><BODY STYLE=3D"font:10pt verdana; border:none;"><DIV>why wont this =
work?</DIV> <DIV> </DIV> <DIV>#welcome<BR>print "welcome ryan I just=
wanted you to have a second calculator!"<BR>print "here you can ahose fr=
om what you would like o ind the radius of..."<BR>print "Type 1 for a rec=
tangle"<BR>print "type 2 for a circle"<BR> if input =3D=
=3D 1:<BR> heigth =3D input("please type height h=
ere")<BR> width =3D input ("please type width her=
e")<BR> area =3D height*width<BR> &nbs=
p; print "find area"<BR><BR></DIV></BODY></HTML><br clear=3Dall><hr=
>Get more from the Web. FREE MSN Explorer download : <a href=3D'http://e=
xplorer.msn.com'>http://explorer.msn.com</a><br></p>
------=_NextPart_001_0002_01C24796.41EB2070--