Python Tutorial for Beginners 9 - Python Strings and Comments

preview_player
Показать описание
In this Video I am going to show how to use String literals in Python. In python String literals can be enclosed in matching single quotes (') or double quotes ("). A Python string is a sequence of characters. A string literal uses quotes 'Hello' or "Hello". Single- and Double-Quoted strings are the same. To “concatenate” strings,
use + symbol. e.g. print("Hello"+"World") . When a string contains numbers, it is still a string. We can convert numbers in a string into a number using int().
In Addition I am also going to show how to use comments in Python i.e. How To Write Comments in Python 3

#PythonTutorialforBeginners #ProgrammingKnowledge #LearnPython #PythonCourse
★★★Top Online Courses From ProgrammingKnowledge ★★★

★★★ Online Courses to learn ★★★

★★★ Follow ★★★

DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!
Рекомендации по теме
Комментарии
Автор

Thank You for these. I have seen your all Python Videos, and felling helpful .
How many videos you will provide to us ? And what time it will complete ?

CodeLvl
Автор

Wow ur explantion osm sir tq u so much am a cse student from diplamo in mechanical background

michaeljayanth
Автор

How or where can we learn all built-in methods for strings separately? You taught only few. Is it also called intelisense?

HarshaMaddur
Автор

In python there's no any new line to print as we can do it in c language

sourav
Автор

the pyhton string is not working on pycham

Riyaansh
Автор

Can you explain the Metal function? I have watched this video many times and just don't get it. Thank you.

trollingdollars
Автор

Using Intelisense this early in a "beginners" tutorial is pointless. I'm enjoying what you are teaching, but this will just confuse someone who's never programmed.

SigShootermm