This is a simple Python project that prints a friendly greeting along with a fun ASCII art of a ship floating on waves. Perfect for learning basic Python printing and having a little fun with terminal art!
- Prints "Hello, World!"
- Displays a ship made of ASCII characters
- Adds a decorative border and welcome message
| | |
)_) )_) )_)
)___))___))___)\
)____)____)_____)\
_____|____|____|____\__
---------\ /--------- ^^^^^ ^^^^^^^^^^^^^^^^^^^^^ ^^^^ ^^^^ ^^^ ^^ ^^^^ ^^^ ~~~ Welcome aboard the ASCII Ship! ~~~
- Make sure you have Python installed (Python 3.x recommended).
- Clone or download this repository.
- Run the script:
python ship.py