#!/usr/bin/env -S python3 from time import time def main(): print("Now is", time()) main()