Python Beginner Tutorials controlling the print function pt1

Published: 07 November 2017
on channel: 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


On this page of the site you can watch the video online Python Beginner Tutorials controlling the print function pt1 with a duration of hours minute second in good quality, which was uploaded by the user Python Programming 07 November 2017, share the link with friends and acquaintances, this video has already been watched 17 times on youtube and it was liked by 0 viewers. Enjoy your viewing!