explain string operators in python with example
Answers
Answered by
8
Answer:
Hey! mate I can tell you the answer.
Explanation:
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. For example − var1 = 'Hello World!'
Similar questions