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.
Смотрите видео Input Output in Python | Python input function | Python input output | Python print function онлайн, длительностью часов минут секунд в хорошем качестве, которое загружено на канал Vinod Verma 21 Сентябрь 2020. Делитесь ссылкой на видео в социальных сетях, чтобы ваши подписчики и друзья так же посмотрели это видео. Данный видеоклип посмотрели 428 раз и оно понравилось 25 посетителям.