Creating a String in Python

Strings     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. “Hello World” “Creating a String in Python” Creating a String in Python … Read more

%d bloggers like this: