#!/usr/bin/python a = 10 if (a > 0): print(a) for a in reversed(range(5)): print(a)