#!/usr/bin/env python3 import sys import time s = sys.stdin.read() # sleep a lot of time to generate timeout during correction time.sleep(100) # probably this result will not be seen because the script will be interrupted print(0.5)