String Fundamentals, Concatenation, Indexing and Slicing: Python Basics

Описание к видео String Fundamentals, Concatenation, Indexing and Slicing: Python Basics

Collections of text in Python are called strings. As a programmer you will work with text in a multitude of ways. This video covers the fundamentals of the string data type. You will learn how to concatenate multiple strings, index to find individual characters, and how to slice portions of a string.

This is a portion of the complete course, which you can find here:
https://realpython.com/courses/python...

The rest of the course covers how to:
Manipulate strings with string methods
Work with user input
Deal with strings of numbers
Format strings for printing

Комментарии

Информация по комментариям в разработке