mirror of
https://github.com/davrot/pytutorial.git
synced 2025-04-19 05:36:42 +02:00
Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
771aba1d48
commit
244c3407e6
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ AssertionError Traceback (most recent call last)
|
||||||
AssertionError:
|
AssertionError:
|
||||||
```
|
```
|
||||||
|
|
||||||
or with expression 2:
|
or with expression 2 (**Note: this can be a f-string!!!**):
|
||||||
|
|
||||||
```python
|
```python
|
||||||
assert 1 == 2, "1 should be the same as 2"
|
assert 1 == 2, "1 should be the same as 2"
|
||||||
|
|
Loading…
Add table
Reference in a new issue