What is String?

"myskill" or 'myskill'

In Python, String is array byte that represent character of Unicode.

Print("myskill providing course" [0])

Python does not have the type of character data, the single character is only string with the length of 1. The sign of [ ] can be used to access string elements.

read

String in Python. Python Fundamental Series From Data… | by My Skill | Sep, 2023 | Medium