filmov
tv
String in Python || DataEdge Systems Inc

Показать описание
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’
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’