Common method python string 200310

String methods

String hero skills

  • Find method find
  • Alternative methods replace
  • Statistical methods count
  • Text alignment ljust rjust center
  • Remove blank lstrip rstrip strip
  • Split split
  • Connection join
  • Coding encode
  • Decode decode
  • Formatted output format
Published 63 original articles · won praise 1 · views 786

Guess you like

Origin blog.csdn.net/whalecode/article/details/104767955