Hi,
 
I want to define a couple of constant strings, like in C:
#define mystring "This is my string"
or using a const char construction.
 
Is this really not possible in Python?
 
Hans
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to