From f04fdf83f0193d764ce83c379467043662230ed8 Mon Sep 17 00:00:00 2001 From: jops Date: Sun, 27 Nov 2016 21:57:02 +0100 Subject: [PATCH] prova --- Orario.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Orario.py b/Orario.py index b47c93d..afc95f7 100644 --- a/Orario.py +++ b/Orario.py @@ -9,6 +9,6 @@ class Orario: john = Orario() # Crea un record vuoto # Riempie i campi del record -john.name = 'John Doe' +john.name = 'John Doe prova' john.dept = 'computer lab' john.salary = 1000