Understanding GDPR Requirements
📖 Scenario: You work in a company that handles customer data. Your manager asks you to create a simple checklist of key GDPR requirements to ensure the company respects privacy laws.
🎯 Goal: Build a clear checklist of the main GDPR requirements using a dictionary structure. This checklist will help your team remember important rules to follow when handling personal data.
📋 What You'll Learn
Create a dictionary with exact GDPR requirement names as keys and their short descriptions as values
Add a variable to count how many GDPR requirements are listed
Use a loop to create a new dictionary with only requirements that mention 'consent'
Add a final statement confirming the checklist is ready
💡 Why This Matters
🌍 Real World
Companies must understand and follow GDPR rules to protect customer privacy and avoid legal penalties.
💼 Career
Knowledge of GDPR is essential for roles in data protection, compliance, cybersecurity, and IT management.
Progress0 / 4 steps