Exerpad
🔥0
0 XP
Lv.1 Beginner
Log In

Password Check

Read a password from the user. If it matches python123, print Access granted. Otherwise, print Access denied.

Example 1: Input python123 → Output Access granted Example 2: Input hello → Output Access denied

💡 Hints

?Hint 1
🔒Hint 2
🔒Hint 3
python