String in python part1 | Python tutorial in Hindi
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. For example −
var1 = 'Hello World!'
var2 = "Python Programming"
Updating Strings
You can "update" an existing string by (re)assigning a variable to another string. The new value can be related to its previous value or to a completely different string altogether. For example −
Live Demo
#!/usr/bin/python
En esta página del sitio puede ver el video en línea String in python part1 | Python tutorial in Hindi de Duración hora minuto segunda en buena calidad , que subió el usuario CodeWithRajat 27 febrero 2021, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 2 veces y le gustó 0 a los espectadores. Disfruta viendo!