Skip to content

Commit 810b2fb

Browse files
authored
remove unnessesary placeholder value
1 parent 5e849f7 commit 810b2fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter-02-simple-calculations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ ac
431431
```python
432432
width = 5
433433
height = 7
434-
print('width = {} ; height = {} ; area = {}'.format(width, height, text, width * height))
434+
print('width = {} ; height = {} ; area = {}'.format(width, height, width * height))
435435
```
436436
Резултатът е отново същият:
437437
```

0 commit comments

Comments
 (0)