Computer Science, asked by devi95, 7 months ago

explain string operators in python with example​

Answers

Answered by akm34
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