remove unnecessary parentheses (#4994)

This commit is contained in:
Sugarbell 2024-07-05 00:52:36 -06:00 committed by GitHub
parent 4825b6039d
commit 93c0c95789
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -551,7 +551,7 @@ def decir(decir_por_favor=False):
print(decir()) # ¿Puedes comprarme una cerveza?
print(decir(decir_por_favor=True)) # ¿Puedes comprarme una cerveza? ¡Por favor! Soy pobre :()
print(decir(decir_por_favor=True)) # ¿Puedes comprarme una cerveza? ¡Por favor! Soy pobre :(
```
## ¿Listo para más?