This video covers how to combine many strings together and how to duplicate strings.it also covers the important built-in function like len(),spilt(),join(),strip(),capitalize(),lower(),upper(),title(),find(),rfind(),count().
github python hand-on link https://github.com/codeologic/python/...
timestamp:
0:39 - combine with '+'
3:06 - duplicate with '*'
4:37- important built-in function