print("Inserire un voto") v=int (input()) if v>=6: print("è sufficiente") else: if v<4: print("è insufficiente") else: print("è gravemente insufficiente")
To embed this project on your website, copy the following code and paste it into your website's HTML: