The basic method string Python

strip () method, on both sides of removing spaces and line breaks

lower () method, the lowercase character string

upper () method, the string capitalize

count () method, the number of statistical occurrence of a string

The random.choice () method, a randomly selected element

 

Guess you like

Origin www.cnblogs.com/lapt/p/11456337.html