+ 1
I'm learning read function in ptthon3 and practiced this code.
But I cannot figure out the exact error of this code...can u please tell međ https://code.sololearn.com/cKJEXnVKH4yX/?ref=app
5 Answers
+ 2
It is saying that the tuple has no attribute 'read'
+ 2
I hope it helps
+ 2
Do you forget to open the file firstly?file = open("....","..")Then you can not test your code here.
+ 1
Ok...I understand thank u all for telling and helping
+ 1
U are welcome