Cristina

read in Python

In questa lezione studieremo il metodo read per leggere in un file in Python. Partiamo subito con un semplice esempio che utilizza il file rubrica.txt il quake contiene due semplici…

readlines Python

In questa lezione parleremo del metodo readlines in Python che legge tutto il file di testo e restituisce una lista. readlines Python – primo esempio In questo primo esempio leggeremo…

JavaScript splice

The JavaScript splice method adds and removes elements to an array starting from a specified location. The syntax is as follows: array.splice(index, q, element1,…, elementN). Where index represents the index…