@@ -6,10 +6,10 @@ ForeignThon transpiles `.es.py`, `.ta.py` (and more) into standard Python. Keywo
```python
# hola.es.py
definirsaludar(nombre):
defsaludar(nombre):
retornarf"Hola, {nombre}!"
paraienrango(3):
paraiendist(3):
imprimir(saludar(f"mundo {i}"))
```
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.