PW Akshay

Generation

generate functionSun, 27 Nov 2022

crerate a hotel management Python Project Using MySql.

def Hotel Management System(name, ID, password, phone_num, email, room_num, check_in, check_out): if name == name and ID == ID and password == password and phone_num == phone_num and email == email: return room_num, check_in, check_out else: return 'Invalid Credentials' Hotel Management System('Ali', '100', '123', '123456789', '123@gmail.com', '101', '12/3/2020', '12/4/2020')

Questions about programming?Chat with your personal AI assistant