LangChain - Fundamentals
Identify the issue in this LangChain code snippet:
from langchain import PromptTemplate
prompt = PromptTemplate(template="Welcome, {user}!")
print(prompt.format(username="Bob"))