#!/usr/bin/env python3 print("Entering") for i in range(10): print(i) print(i) print("Done.")