Dobrý den,
chtěl bych se zeptat proč mi to nefunguje:
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import urllib.request
nazev=('soubor.txt')
soubor=open(nazev,'w')
for radka in soubor:
print("radka")
soubor.write(vstup)
soubor.close()
píše mi to:
>>> ===========================RESTART =========================
>>>
Traceback (most recent call last):
File "D:/internet/cteni", line 10, in <module>
for radka in soubor:
io.UnsupportedOperation: not readable
>>>
prosím poraďte v čem mam chybu...