Initial commit

This commit is contained in:
2022-01-08 20:48:32 +01:00
commit aecb16fe01
61 changed files with 788 additions and 0 deletions

4
sidan_209_ex2.py Normal file
View 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'