Тёмный

Strings in Python (Lecture 5 // CS University) 

Noah Rubin
Подписаться 23 тыс.
Просмотров 307
50% 1

In this lecture, we talk about how strings work in Python. We also discuss how they're represented at a lower level.

Опубликовано:

 

17 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 2   
@nro337
@nro337 5 лет назад
Thank you for this lesson.
@georgezolla4580
@georgezolla4580 5 лет назад
Very powerful stuff..Lotso info I can see using this for social security number verification and ensuring that user inputs are made uniformly upprer and lower cased names. The f-string is a nice feature when using lots of integer and float values.