Python startswith() - A Simple Guide

preview_player
Показать описание
Python Startswith Function -- A Simple Guide
The video guides you step-by-step into the Python startswith function. I use an easy-to-understand example.
Dive even deeper into startswith here:

🐍 Cheating in Python? Of course! 🐍

Become a better coder! Download the 5x Python Cheat Sheet Course (PDF). It’s free!

See you soon -- it’s fun! 🤓
Рекомендации по теме
Комментарии
Автор

Thank you very much for your help! I was looking for a possibility to search in a folder for folders that start different names. It didn't work until I saw your video. When you explained the Walk function with the startswith method, you mentioned something in between. And that was important to me. That little piece of script in between has helped me a lot. It involves the following script; dir1.startswith(("H ", "H -", "H-", "H=", "H =")):
Thanks again and best Regards,
Henk

mrinkahok
visit shbcf.ru