#strings
Read more stories on Hashnode
Articles with this tag
A variable can be assigned a string or a character. str1="This is a string" str2=' key' str3=""" this is a string""" Multiple strings can be printed...
A string is traditionally a sequence of characters, either as a literal constant or as some kind of variable. The latter may allow its elements to be...