# Avoid + [ ] Putting the parameter at the end of the prompt
| Good | Bad |
Predict the capital of the country:
Country: {country}
|
{country}. Predict the capital of the country:
|
| Good | Bad |
Country: Czechia
Capital: Prague
---
Country: France
Capital: Paris
---
Predict the capital of the country:
Country: {country}
|
Predict the capital of the country:
Country: {country}
|