Loading [MathJax]/jax/output/HTML-CSS/fonts/TeX/fontdata.js

Basic Python - Tuples and Files

Descripción

none (Object & Data Structure Basics) Python Basics Fichas sobre Basic Python - Tuples and Files, creado por Rebecca Noel el 13/12/2016.
Rebecca Noel
Fichas por Rebecca Noel, actualizado hace más de 1 año
Rebecca Noel
Creado por Rebecca Noel hace más de 8 años
9
0
1 2 3 4 5 (0)

Resumen del Recurso

Pregunta Respuesta
How is a tuple constructed? Tuples use () with elements separated by commas. t = (1,2,3)
T/F?: Tuples can be created with mixed types of elements. True
T/F?: The len() check does NOT work with tuples. False
T/F?: Slicing works with tuples the same it does with lists. True
What two methods are available for tuples? .count and .index
What very important characteristic differentiates tuples from lists? IMMUTABLE
What function is used to open a file (.txt)? open() ex: f = open('test.txt')
Explain what these functions do with files: .read() .seek() .readlines() - reads the file - seek back to a different point in the file - reads lines of file without resetting
If you are trying to read a large file which function is preferred; .read() or .readlines()? .read()
What jupyter notebook exclusive way can we write a new file? %%writefile new.txt First line Second line
Mostrar resumen completo Ocultar resumen completo

0 comentarios

There are no comments, be the first and leave one below:

Similar

Think Python
tsilvo2001
Basic Python - Print Formatting
Rebecca Noel
What is Python?
Daniel Ingram
Python
54671
Know your Python!
educ8ict
Basic Python - Strings
Rebecca Noel
Study on IoT systems design
Tomasz Cieplak
OpenSource Programming
Faheem Ahmed
Basic Python - Lists
Rebecca Noel
Python
Kirstie Wu