Py Funcs (Py.Ud.10Apps) Flashcards
1
Q
fn replace( ); what is its purpose, how is that used and expressed? -- pending
A
- pending
https: //www.programiz.com/python-programming/methods/string/replace
2
Q
fn join( ); what is the purpose, how is it used and expressed? -- pending
A
- pending
https: //www.programiz.com/python-programming/methods/string/join
https: //realpython.com/python-string-split-concatenate-join/
- pending
3
Q
fn count( ); what is the purpose, how is it used and expressed?
A
]] < string/file >.count( )
– its purpose is to find a specific char in a string or file