Need Help in Python

Larry Bates lbates at swamisoft.com
Wed May 5 10:51:25 EDT 2004


Line drawing characters can be used:

topleftbox=chr(218)
bottomleftbox=chr(192)
bottomrightbox=chr(217)
toprightbox=chr(191)
vertical=chr(179)
horizontal=chr(196)

HTH,
Larry Bates
Syscon, Inc.


"Mahmood Mashal" <ma7moodi at hotmail.com> wrote in message
news:77632a66.0405041826.37568aef at posting.google.com...
> Hello everyone. I started programming in Python like a month ago and i
> have a problem. I want the program that I am writing to use a
> character to draw a box. How can i declare that character as a
> variable? If anyone could help me. Thanks





More information about the Python-list mailing list