Hey guys, need some info on "programs" :)
Heres a Very simple Script that works with basically any numbers.
width = input("What is the Width?")
length = input("What is the Length?")
area = width*length
print area
# my question is what would it take (programs, extra stuff in script, ect..)
to make this a nice looking usable desktop program?
_______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
