Based on Python3.8
Print "Life is short" using python's features.
This is a project for python learners, which aim is to demonstrate or practice some of Python's language features.
Each of the examples above are:
- Able to print "Life is short"
- Using the specified Python feature
- Not using third-party packages
- As simple and readable as possible
- Explain the examples
- Add examples for object-oriented programming
- Add some more examples
- Add Unit test
- Add CI
Any form of contributing is welcomed.