@mousevspython You may also want to check out the Python Fire package. It is a different kind of for package for automatically generating command line interfaces.
The `print()` function takes the following arguments:
๐ *objects - Stuff to print
๐ sep=' ' - A string to separate object
๐ end='\n' - A string to end on
๐ file=sys.stdout - Where to write the data
๐ flush=False - Whether or not to force flush the stream
Let's look at some examples of using Python's `print()` function:
Blockchain is a super popular topic here on Twitter. While I am not a blockchain developer, I thought it would be fun to put together a short thread on blockchain and #Python
Check it out if you're interested in this topic!
๐งต๐๐
ActiveState is a well-respected #Python company with lots of great content and they have an intro article on blockchain with Python: