Initial commit
This commit is contained in:
4
sidan_209_ex2.py
Normal file
4
sidan_209_ex2.py
Normal file
@@ -0,0 +1,4 @@
|
||||
for rad in rader:
|
||||
if "Invalid user" not in rad: # INTE har söksträngen
|
||||
continue
|
||||
print (rad) # Skriv ut rader som har 'Invalid user'
|
||||
Reference in New Issue
Block a user