Back to Browse

Python String Tutorial [ How to use Strings in python | Python for beginners | Python Tutorial ]

74 views
Premiered Nov 21, 2020
9:28

Strings are amongst the most popular types in Python. We can create them simply by enclosing characters in quotes. Python treats single quotes the same as double quotes. Creating strings is as simple as assigning a value to a variable. How to create a string in Python? Strings can be created by enclosing characters inside a single quote or double-quotes. Even triple quotes can be used in Python but generally used to represent multiline strings and docstrings. For example − var1 = 'Hello World!' var2 = "Python Programming" 🔴 Subscribe to our channel to get video updates. Hit the subscribe button above: https://www.youtube.com/gktcsinnovations ---------------------------------------------------------- 🔵 Become a Learner: https://gktcs.in/authentication/register/ ---------------------------------------------------------- ⚫️ Become a Trainer: https://gktcs.in/trainer_registration/ ---------------------------------------------------------- 🔵 Website (For India): https://www.gktcs.in/ ⚫️ Website (For Other Country): https://www.gktcs.com/ 🔵 LinkedIn: https://www.linkedin.com/in/gktcs-inn... ⚫️ Facebook: https://www.facebook.com/GktcsInnovat... 🔵 Twitter: https://twitter.com/GKTCS ⚫️ Instagram: https://www.instagram.com/gktcs_innov...

Download

1 formats

Video Formats

360pmp414.2 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Python String Tutorial [ How to use Strings in python | Python for beginners | Python Tutorial ] | NatokHD