#codenewbies
Read more stories on Hashnode
Articles with this tag
Escape Sequences Suppose, you want to have a string which contains a single quote (’), how will you specify this string? For example, the string is...
The format method Sometimes we may want to construct strings from other information as well. This is where the format() method is useful. age =...