What is a string? A string is a built-in data structure and one of the most frequently used data type in python. Essentially, it is a sequence of characters surrounded by single quotation marks ('hello') or double quotation marks ("hello"). string = ...
datanerd.hashnode.dev3 min read
No responses yet.