cca4522 / project2

0 stars 0 forks source link

python strings - checklist #2

Open cca4522 opened 1 month ago

cca4522 commented 1 month ago

Python Strings - Learning Objectives Checklist

1. Introduction to Strings

2. String Manipulation

Concatenation

Repetition

3. String Operators

Comparison Operators

Membership Operators

4. String Escape Characters

Tab (\t)

Newline (\n)

Single Quote (\')

Backslash (\\)

5. String Formatting

Using the % Operator

Using str.format() Method

F-Strings (String Interpolation)

6. Raw Strings (r-strings)

7. String Indexing

8. String Methods

Commonly Used Methods

Nandini1071 commented 1 month ago

Hi @cca4522 is this issue still open, if yes then what is the requirement would like to contribute on this.