#pythonstrings

Python PeakPythonPeak
2025-12-14

Python String Repetition Trick You Need To Know

Stop scrolling! Multiplying strings in Python creates magic. See what 'Python' * 3 does. One line of code, huge impact!

youtube.com/watch?v=2nPuBc2XgM4

TechKeysXTechKeysX
2025-06-06

Remove spaces from Strings:
strip() removes leading and trailing whitespace or specified characters.
lstrip() removes leading (left) whitespace or specified characters.
rstrip() removes trailing (right) whitespace or specified characters.

Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst