Python: Drafts Flashcards

1
Q

Why are string immutable in Python?

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

module

A

single file

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

package

A

collection of related modules in a directory
can contain other packages

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

module / package path

A

same folder or
need to specify path

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

import from different directory

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