Skip to content

Instantly share code, notes, and snippets.

View dnt994's full-sized avatar

donato tortelli dnt994

View GitHub Profile
@dnt994
dnt994 / es3_10
Last active February 25, 2019 17:46
esercizio3_10
group: es3_10
materie = {
codice:number, facolta:string, denominazione:string, professore:string
1, 'ingegneria', 'ing', 'bertelli'
2, 'informatica' 'info', 'tortelli'
3, 'ingegneria', 'mat', 'scarpelli'
}
studenti = {
@dnt994
dnt994 / es3_7
Last active March 1, 2019 11:52
group: es3_7
FILM = {
CodiceFilm:number, Titolo:string, Regista:number, Anno:number, CostoNoleggio:number
145684 Armageddon 15434 1997 5000000
457343 La vita è bella 67532 1998 1000000
563822 Ronin 34573 1997 2000000
}
ARTISTI = {