Skip to content

Commit f491af4

Browse files
feat: 03_ASCII_art_banner
1 parent 4cedd83 commit f491af4

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
from art import *
2+
3+
# Generate ASCII art for the text "PYTHON"
4+
# text2art() converts the string into a stylized ASCII banner
5+
ascii_banner = text2art("PYTHON")
6+
7+
# Print the generated ASCII art to the console
8+
print(ascii_banner)

0 commit comments

Comments
 (0)