<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"># 'sleep 60' in Python because Windows does not have a native sleep command.
#
# RUN: %{python} %s

import time

time.sleep(60)
</pre></body></html>