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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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/
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly