Input-løkke til gyldig svar?
Klikk for å snu kortet
```python
while True:
x = input(...)
if gyldig(x): break
```
Space / Enter for å snu