|
|
Erstellt von Rebecca Noel
vor mehr als 9 Jahre
|
|
How is a tuple constructed?
T/F?: Tuples can be created with mixed types of elements.
T/F?: The len() check does NOT work with tuples.
T/F?: Slicing works with tuples the same it does with lists.
What two methods are available for tuples?
What very important characteristic differentiates tuples from lists?
What function is used to open a file (.txt)?
Explain what these functions do with files:
.read()
.seek()
.readlines()
If you are trying to read a large file which function is preferred; .read() or .readlines()?
What jupyter notebook exclusive way can we write a new file?
Verberge bekannte Karten