SyntaxFix
Write A Post
Hire A Developer
Questions
to print first two letter of a string
str = "string"
print(str[0:2])