Raspberry Pi - Security and Deployment
Identify the error in this Python code snippet for securing Raspberry Pi access:
```python
def check_access(user):
if user == 'admin'
return True
else:
return False
```
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions