[python-users] FrOSCon Poster "Python"

Thomas Koch koch at orbiteam.de
Do Aug 19 12:22:54 CEST 2010


> meine py version ist dann wahrscheinlich nicht aktuell genug.
> Python 2.6.4 (r264:75706, Dec  7 2009, 18:43:55)
> 
[Thomas Koch] wäre mir aber auch neu, dass das geht... vermutlich nur ein
typograhie-problem (aus Word oder so...)

>>> t= „key1“
SyntaxError: invalid syntax
>>> t= “key1“
SyntaxError: invalid syntax

Gültige Builtin Strings sind m.W. nur
>>> t = 'key1'
>>> t = "key1"
>>> t = """key
1"""
>>>

Grüße,
Thomas






Mehr Informationen über die Mailingliste python-users