dry-python / dry-python/lambdas
Bug in the docs
Aperta
- Lingua principale
- Python
- Stelle
- 286
- Fork
- 6
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
```python
>>> complex_math_expression = 50 / (_ ** 2) * 2
>>> print(complex_math_expression(5))
100.0
```
But:
```python
>>> 50 / (5 ** 2) * 2
4.0
```
Not good :)
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.