Python: Drafts Flashcards
1
Q
Why are string immutable in Python?
A
2
Q
module
A
single file
3
Q
package
A
collection of related modules in a directory
can contain other packages
4
Q
module / package path
A
same folder or
need to specify path
5
Q
import from different directory
A