def main(): a=10 b=3 c=10/3 print(c) print('Il risultato รจ : '+str(c)) if __name__ == "__main__": main()