← Kurzy›FastAPI Production›Module 0 · Before you start›Prerequisites — what you should know before this trackpredict1 / 105
+25 XP
Úloha🌐 shown in RU
Read the snippet below. Predict the **exact output** (two lines).
This exercises the two patterns FastAPI is built on — decorators and type hints. If you can predict what `@uppercase` does to `greet`, you'll follow `@app.get("/")` in fastapi-01.