- 1
What wrong
lines=file.readlines() for i in lines: lines = i.replace("\n","") print (lines[0] + len((str(lines))
4 Answers
+ 1
print(lines[0] + str(len(lines)))
0
Still saying wrong syntax
0
File.close
0
Print(lines[0] + str(len(lines)
^
You have a space here