prova
This commit is contained in:
parent
a55cb6d814
commit
f04fdf83f0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue