Skip to content

Commit 48b138f

Browse files
authored
Update README.md
1 parent 2c2e41d commit 48b138f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/37-validity-of-password/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ valid_password("ABd1234@1")
2121

2222
## 📎 Example output:
2323

24-
```text
25-
Valid password
24+
```py
25+
"Valid password"
2626
```
2727

2828
## 💡 Hints:

0 commit comments

Comments
 (0)