PW Akshay

Generation

generate functionSun, 27 Nov 2022

crerate a hotel management python project using mysql

def hotel_management_system(customer_name, customer_id, customer_email, customer_phone_number, customer_address, customer_payment_method): return f'Customer Name: {customer_name} \n Customer ID: {customer_id} \n Customer Email: {customer_email} \n Customer Phone Number: {customer_phone_number} \n Customer Address: {customer_address} \n Customer Payment Method: {customer_payment_method}' hotel_management_system('Kwame', 7, 'kwame@gmail.com', '0900000000', 'Kumasi, Ghana', 'MTN Mobile Money')

Questions about programming?Chat with your personal AI assistant