Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 665 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 665 Bytes
FOTO

Instructions:

The practices are organized as follows:

The P# folders represent each of the practices with their corresponding number.

Within these folders are a series of files denoted as E# that represent each of the exercises of the practices.

The executables have been compiled in Ubuntu 20.04 and Python 3.8.10 so if you want to run them you must do it through the terminal by executing the following command in the folder where the file is found:

	```

	python3 *Name of the file you want to run*
	
	```