Skip to content

Commit 0a382b2

Browse files
authored
Merge pull request #30 from SoftUni/text-patch-1
remove unnessesary placeholder value
2 parents a7fb311 + 810b2fb commit 0a382b2

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)