Python Beginner Tutorials controlling the print function pt1

Publicado el: 07 noviembre 2017
en el canal de: Python Programming
17
0

Learn how to use the python in built print function to code
productively.

print("anything you want in here")
print(4)
print("anything you want here","+",4)

Anything that goes into the print function brackets are called arguments.
In a case where we have a statement as print(" Hi there !") , we can say the print statement bears just one argument "Hi there"
In a case where we have print("Hi there!,""+", 2098), we can say the print function has three (3) arguments in there : "Hi there" , "+", and

Do it repeatedly to get a hang of it


En esta página del sitio puede ver el video en línea Python Beginner Tutorials controlling the print function pt1 de Duración hora minuto segunda en buena calidad , que subió el usuario Python Programming 07 noviembre 2017, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 17 veces y le gustó 0 a los espectadores. Disfruta viendo!