Program to UPDATE the Record in the table Item:
ItemNo – integer , Name –string , Price – integer ,Qty – integer
Note the following to establish connectivity between Python and MYSQL:
Username is root Password is beeta and database named RESOURCE.
Accept the itemno and qty from the user and add more quantity of items whose itemno is match with the record.
#education #computerscience #tutorial #computers #python #pythonprogramming #pythontutorial #pythonforbeginners #pythonbeginner