lunes, 26 de enero de 2015

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)



No hay comentarios:

Publicar un comentario