0% found this document useful (0 votes)
2 views

CodedMessageHM(py)

The document describes a Python code snippet that prints a visual representation of a greeting to the author's mom. The author expresses their appreciation for Python's simplicity compared to Java, estimating that the same project would take significantly longer in Java. Overall, the project took the author about 38 minutes to complete in Python.

Uploaded by

mrman31415
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

CodedMessageHM(py)

The document describes a Python code snippet that prints a visual representation of a greeting to the author's mom. The author expresses their appreciation for Python's simplicity compared to Java, estimating that the same project would take significantly longer in Java. Overall, the project took the author about 38 minutes to complete in Python.

Uploaded by

mrman31415
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

So, I said hello to my mom with Python code, adn this is the code I used to it...

print(" _________ __________


__________ ")
print("| | | | | |
| /| /| | | /| /|")
print("| | | | | |
| / | / | | | / | / |")
print("|________| |_______ | | |
| / | / | | | / | / |")
print("| | | | | |
| / | / | | | / | / |")
print("| | | | | |
| / | / | | | / | / |")
print("| | | | | |
| / | / | | | / | / |")
print("| | |__________ |________ |________ |
__________| / |/ | |__________| / |/
|")

I can't believe how much easier Python is than Java!

This project took me around 38 minutes of just straight typing. Thing is, if I were
to attempt this with Java, it would take me approximately 45 minutes more,
depending on string length and more strict bounds.

You might also like