Created directories for the chapters
This commit is contained in:
5
kapitel12/sidan_208_ex1.py
Normal file
5
kapitel12/sidan_208_ex1.py
Normal file
@@ -0,0 +1,5 @@
|
||||
# Dela upp strängen i enstaka rader istället
|
||||
rader = loggfilUtf.splitlines()
|
||||
|
||||
# Testa att skriva ut tredje raden
|
||||
print (rader[2])
|
||||
Reference in New Issue
Block a user