<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">for num in range(1,6):
    print(str(num))
print("Once I caught a fish alive.")

for num in range(6,11):
    print(str(num))
print("Then I let him go again.")
</pre></body></html>