String in Python || DataEdge Systems Inc

preview_player
Показать описание
What is Python String?
A Python string is a sequence of characters. There is a built-in class ‘str’ for handling Python string.
You can prove this with the type() function.
type("DATA EDGE")

Output:
class ‘str’
Рекомендации по теме
visit shbcf.ru