Merlijn van Deen wrote:
- Create a sentence out of those strings.
stringa + stringb + stringc + (...) ;)
"[...] Simple is better than complex." (from Tim Peters, "The Zen of Python")
Should print it out and try to learn it by heart :)
However, the main problem was the encoding, just adding the magical u (or ur, depending on the case) in front of *every* string made the trick. Thanks for the help!
Cheers, Raffa