Skip to content

Commit

Permalink
Update chapter-02-simple-calculations.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Iva-Yorgova authored Nov 2, 2023
1 parent 9dfa937 commit 1d42219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter-02-simple-calculations.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ print(0 / 0) # Резултат: ZeroDivisionError: division by zero
print(2.5 / 0) # Резултат: ZeroDivisionError: float division by zero
```

### Степенуване на числа: оператор **`**`**
### Степенуване на числа: оператор **

За **повдигане на степен** в Python използваме оператора `**`:
```python
Expand Down

0 comments on commit 1d42219

Please sign in to comment.