Mastery 01

I did my first program. Yay me!!!

its a simple “Hello world” program.

it uses the pyhton premade fuction print.

the way you use it is
type the word print, and following it you write what you want to be displayed (a variable, a return value, a string, etc.) in between parenthesis. if its a string it must be sadwiched in between qutations marks inside the parenthesis,

example:
print(“Hello Wolrd”)

or:
a= 5 + 2
print(a)

Mastery 01

CC BY 4.0 Mastery 01 by Eduardo Merino is licensed under a Creative Commons Attribution 4.0 International License.

Comments are closed.