""" File: test.py Author: Damir Cavar Date: 05-09-20 Purpose: Showing Python documentation features. """ def test(text): """Testing the print features. Parameter: text, a string containing the text to be printed.""" print text