Learn Python Episode #8: Strings

preview_player
Показать описание

Alright, so what is a string? A string is any text that you want to be treated as text within a program. This is a string because it's wrapped in quotations:

"Hello String"

You can also use single quotations to create a string. In this video we will write a few different string variations which include quotes and apostrophes. In the next video we will continue with string manipulation.

Рекомендации по теме
Комментарии
Автор

In 2017 and in Python 3.6 print("No Means, 'No'!")

divusiulius