For_else

for name in names:
	print(f"{name}!")
else:
	print(f"{name} not found")
Yellowed Yak