Python strings and its important built in function | for beginners

Опубликовано: 22 Июль 2026
на канале: Cloud-Devops
152
19

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