Page 1 of 1

Q 1.1.: Create and Assign Variables for Personal Details (2 marks) Create an interface which allows the inventory manage

Posted: Tue Jul 12, 2022 8:11 am
by answerhappygod
Q 1 1 Create And Assign Variables For Personal Details 2 Marks Create An Interface Which Allows The Inventory Manage 1
Q 1 1 Create And Assign Variables For Personal Details 2 Marks Create An Interface Which Allows The Inventory Manage 1 (123.44 KiB) Viewed 32 times
using python coding
Q 1.1.: Create and Assign Variables for Personal Details (2 marks) Create an interface which allows the inventory manager to enter the required details from the student email in variables. The required data are: name (String), • surname (String), • student_number (Integer, do not include the 'u'), • delivery_required (Boolean), • delivery_address (String). Create a list with the name personal details (case sensitive) containing the variables listed above. The order of the list entries should be: [name, surname, student_number, delivery_required, delivery_address].