📌 Overview
This is a simple Python program that generates Pascal’s Triangle using nested loops. It helps practice loop structures, list manipulation, and formatted output. The program also supports exporting the triangle to a .txt file.
⸻
🚀 Features • Asks user for number of rows (e.g., 5). • Generates Pascal’s Triangle row by row using nested loops. • Prints the triangle as a symmetrical pyramid. • Allows adjustable spacing between numbers. • Option to export the triangle to a .txt file.