Basic output (print) in Python

I made a very basic program in Python that prints a string and a number.

“Print” is the most basic functions in phyton and is used to show anything you want in the console. For using it, it has some rules that must be followed, for example,after print always goes a parenthesis(), inside can bet integers, strings, and also text but the text has to be inside quotation marks “” for example: 

 

CC BY 4.0 Basic output (print) in Python by Jorge Padilla is licensed under a Creative Commons Attribution 4.0 International License.

Comments are closed.