セクション 1. 章 7
single
Challenge: Automated Meeting Scheduler
メニューを表示するにはスワイプしてください
Manual meeting scheduling can quickly become a headache for digital agencies, especially as teams grow and calendars fill up. Coordinating everyone's availability, preventing double bookings, and ensuring that every team member gets a fair slot can take up valuable time. Automation streamlines this process by assigning slots systematically, reducing errors and freeing you to focus on more impactful work. Now, you will build a script to automate meeting scheduling for your team.
タスク
スワイプしてコーディングを開始
Create a script that assigns each team member to a unique meeting slot from a predefined list and prints the schedule.
- Assign each team member from the
team_memberslist to a unique slot from thetime_slotslist. - Ensure that no time slot is assigned to more than one member.
- Ensure that every team member is assigned a slot.
- Return the final schedule as a dictionary mapping each member to their assigned slot.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 1. 章 7
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください