This video is about basic input output operation in python.
You can download related material from : http://python4csip.com/computer-scien...
This video demonstrate the print() and its option.
"sep" is another option which can be used with print to specify separator between different values which we print with single print(). By default it is set to space.
for example: if we print as : print("amar","akbar","anthony") then output will be : amar akbar anthony.
Now if we use "sep" as "$" (you can set any character or string)
For example:
print("amar","akbar","anthony",sep="*******") then output will be:
amar*******akbar*******anthony
here instead of space between different messages it will print sep character.
Another function input() is also discussed and demonstrated. How to take input in numbers like int, float and also with string.
Watch video Input Output in Python | Python input function | Python input output | Python print function online, duration hours minute second in high quality that is uploaded to the channel Vinod Verma 21 September 2020. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 428 times and liked it 25 visitors.