Skip to content
Snippets Groups Projects
Commit a9a273bf authored by María Sofía Cárdenas Canchón's avatar María Sofía Cárdenas Canchón
Browse files

tarea1

tarea1
parent 185961a5
No related branches found
No related tags found
No related merge requests found
%% Cell type:code id: tags:
``` python
import pandas as pd
import datetime
```
%% Cell type:code id: tags:
``` python
teamSemillero = [['Alex M', 30, datetime.datetime.now()]]
teamSemillero.append(['Sofía Cárdenas Canchón', 19, datetime.datetime.now()])
```
%% Cell type:code id: tags:
``` python
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment