https://github.com/pkx8326/christmas_tree_ascii_art_python_alogrithim
This repository contains an algorithm to generate a simple Christmas Tree ASCII art with some customization flexibilities
https://github.com/pkx8326/christmas_tree_ascii_art_python_alogrithim
Last synced: 7 months ago
JSON representation
This repository contains an algorithm to generate a simple Christmas Tree ASCII art with some customization flexibilities
- Host: GitHub
- URL: https://github.com/pkx8326/christmas_tree_ascii_art_python_alogrithim
- Owner: pkx8326
- Created: 2024-01-22T16:19:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-22T16:33:44.000Z (over 1 year ago)
- Last Synced: 2025-01-12T20:30:00.918Z (9 months ago)
- Language: Jupyter Notebook
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Christmas Tree ASCII art generation algorithm with Python
This is a mini Python learning project. In order to create a simple ASCII art such as that of a symmetrical Christmas Tree, one can learn quite a lot of Python basic concspts:
- Joining strings
- For and while loops
- Conditional statements
- Basic arithmatic techniquesRead the full article and code description at: https://p-kane.medium.com/1426c82777be