-
Notifications
You must be signed in to change notification settings - Fork 189
Add Chapter - String in Python #101
Copy link
Copy link
Closed
Labels
area:dbPRs with DBPRs with DBarea:dev-envCI, pre-commit, pylint and other changes that do not change the behavior of the final codeCI, pre-commit, pylint and other changes that do not change the behavior of the final code
Metadata
Metadata
Assignees
Labels
area:dbPRs with DBPRs with DBarea:dev-envCI, pre-commit, pylint and other changes that do not change the behavior of the final codeCI, pre-commit, pylint and other changes that do not change the behavior of the final code
Type
Fields
Give feedbackNo fields configured for issues without a type.
We need to add a new chapter to the Python tutorial titled "String in Python". This chapter should cover the basic and advanced concepts of string handling in Python with examples and explanations.
Expected Topics to Cover:
upper(),lower(),strip(),replace(), etc.)inandnot inoperatorsf-string,format(),%operator)\n,\t, etc.)Suggested Format: