String in Python

in #python3 years ago

String in python

string is Sequence of characters
string is Written between quotation (Single or Double) mark. like ' Hello ' or " Hello "

How to create a string in Python?

String can be created by set of characters in side single or double Quote
String is Print With print() Function

Example

print("Hello")