Python Beginner Tutorials controlling the print function pt1

Publié le: 07 novembre 2017
sur la chaîne: 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


Sur cette page du site, vous pouvez voir la vidéo en ligne Python Beginner Tutorials controlling the print function pt1 durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Python Programming 07 novembre 2017, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 17 fois et il a aimé 0 téléspectateurs. Bon visionnage!