Sample repo to test some git automation/scripting.
Do not walk alone in the dark without a flashlight. As my friend once said:
"open your eyes!"
A print
function in Python displays the text or variable passed in the function as output:
text = ‘This is a sentence that you would like to display.’
print(text)