Truncating a string - 1 Minute Python Tutorial #shorts

preview_player
Показать описание
1-minute coding tutorial series: how to truncate strings in Python.

If you want to improve your coding skills and can spare 60 seconds a day to learn something new, then make sure to subscribe, as I publish a new tutorial every day!

If you can afford it and you wish to support my work, so that I can keep creating these videos consider becoming a patron or buying me a coffee:

#shorts #python #coding #tutorial #howto
Рекомендации по теме
Комментарии
Автор

Hey man, just wanted to say thank you for making these videos as they've proven to be really helpful so far! These are perfect if you're just starting out or if you need a refresher :)

chaoticgamingorig
Автор

Hey,
Great concept, really enjoying so far. Keep on doing it!
Just a question regarding truncating a string, I would like to cut only specific parts off the string.
Example:
l = "hello world"
l[1:3, 4:6] (doesn't work)

idancohen
welcome to shbcf.ru