String in Python

in python •  3 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")
Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!