Hi guys! Today I’m going to explain you briefly how to make a ‘Basic output’ in python which is called print().

Python has something called Built-in Functions, these are default functions that you will need to run a program correctly.

print() is used to show the result of a program to the user, for example if I want to show in the console a simple string I just need to write a simple print(“This is an output”) in my text editor or whatever you use to write code. Very important, don’t forget use the quotes.

To do this more clear here is some pictures…

This is the code

m1

This is how it looks

m2

CC BY 4.0 #Mastery10 by jsphsalazar is licensed under a Creative Commons Attribution 4.0 International License.