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
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
Comment