* Add escape character for writer.write() call in sample
Backslash needs to be escaped while writing `\n` to a file.
* Change to upgrade KFP version in sample
* Samples - Updated the Data passing in python tutorial
* Fixed the review issues
* Added missing kfp_endpoint
* Stopped shadowing the system list type
* Added added a bit more infor about size limitations
* Changed the package installation
* Samples - Added the data passing tutorial
* Ensure the correct SDK version is installed
* Corrected the output names
* Added extended explanation of the data passing process