[PY 6] String in Python

Опубликовано: 03 Март 2026
на канале: The Academician
17
0

String in Python
Code: https://github.com/TheAcademcian/Pyth...
Define a string, merging two strings, string indexing, string with mathematical operators, string with for loops, Membership, in, not in, strings comparisons, Elimination of extra space present in string data, find(),index(), rfine(),rindex(), count(), replace(), split(), join(), upper(), lower(), swapcase(), title(), capitalize(), startswith() and endswith(), Character checking, String formatting using {} and format(), Numbers Formatting, format() for integer numbers, format() for floating numbers, format() for binary, octal, decimal numbers, string alignment, Truncating Strings with format() method, Formatting Date values, String reversing, String deletion, String as a path