Course Content
Lectures
0/60
Python Beginner to Intermediate Course
About Lesson

This tutorial is the first video about strings. In this first part, you will learn how to declare a string and also how to write a multi-line string. Learning how to work with string is very essential in any programming language and python is no exception. Notice that nearly all other data types are convertible into strings and as a result it can be used an intermediary type of data for storage.

Join the conversation