This commit is contained in:
2023-06-26 14:45:08 +02:00
parent c36ca9bc84
commit 98dba34608

7
avion.py Normal file
View File

@@ -0,0 +1,7 @@
he_got_away = True
for i in range(1, 6):
if "FBI" in input():
print(i)
he_got_away = False
if he_got_away:
print("HE GOT AWAY!")