TIER 1 โ NOOB๐ Loop Drill I: Count 1..NOn this page๐ โ Loop Drill I: Count 1..NTaskโ Create a file named count_to_n.py. Read an integer N. Print the numbers 1..N (one per line). If N <= 0, print a message instead of looping. (Optional) Also print N..1 (countdown). Docs / Tutorialsโ Python Tutorial Built-in Functions