C859 Python exam test 2022
f1 = open("/my path/my_", "r") - to open and read a file f1 = open("/my_path/my_", "w") - to open and write a file (all previous material discarded) f1 = open("/my_path/my_", "a") - to open and add to a file () - read a file into a string ("hello!") - writes to a file f1. redline) - reads next line () - closes a file (must always close a file!) with open ("/my file...etc.) as f: - opens, allows work, and automatically closes a file time delta - time library function to calculate time amounts from datetime import time delta - grabs time delta from the datetime library import datetime as dt - imports a library as a specified
Información del documento
- Subido en
- 20 de julio de 2023
- Número de páginas
- 5
- Escrito en
- 2022/2023
- Tipo
- Examen
- Contiene
- Preguntas y respuestas