An open API service indexing awesome lists of open source software.

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

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 techniques

Read the full article and code description at: https://p-kane.medium.com/1426c82777be