- 1
String manipulation key words
S.lower() : returns lower case of s S.title (): return s with first letter of every word capitalise S.splitlines(): returns a list by splitting the string on any newline s[:5] : returns first 5 characters of Sting s
1 Réponse
+ 2
what is your query ?