1 of 7

String Concatenation

2 of 7

Objectives

  • String Concatenation
  • Practice

2

3 of 7

1.

String Concatenation

A..AA..AAA..AAAA..AAAAA..

4 of 7

String Concatenation

  • A string in Python can be thought of as a list of characters
  • It is possible to “glue” together two strings into a new and bigger string
    • This is called concatenation
  • This is done with the + (plus) operator

4

5 of 7

2.

Practice

Getting better one step at a time

6 of 7

Practice

  • L1.10 String Concatenation

6

7 of 7

Credits

Special thanks to all the people who made and released these awesome resources for free:

  • Presentation template by SlidesCarnival

7