Changed conversion
This commit is contained in:
parent
e12609a6be
commit
a4aaa134bb
2 changed files with 8 additions and 3 deletions
5
data/count.py
Normal file
5
data/count.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
count=0
|
||||
with open('naughty_step.txt', 'r') as file:
|
||||
for line in file:
|
||||
count += len(line)
|
||||
print(count)
|
Loading…
Add table
Add a link
Reference in a new issue