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
In questa pagina del sito puoi guardare il video online String in python part1 | Python tutorial in Hindi della durata di ore minuti seconda in buona qualità , che l'utente ha caricato CodeWithRajat 27 febbraio 2021, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 2 volte e gli è piaciuto 0 spettatori. Buona visione!