#programming-blogs
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...