

[Python] ERROR: can only concatenate tuple (not "str") to tuple
Dobrý den
soubor = file('something.txt','r')
fileString = ""
for radek in soubor:
fileString = fileString + '<break>' + radek.lstrip()
Jak to opravit?
pardon, omlouvám se chybka byla jinde - kód je v pořádku