We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3d146a commit 8edda8aCopy full SHA for 8edda8a
byllm/src/assets/areyouai.jac
@@ -13,5 +13,5 @@ with entry {
13
question: str = "Are you an AI?";
14
answer: Tell = yes_or_no(question);
15
print(f"Question: {question}");
16
- print("The bot answered " + answer);
17
-}
+ print(f"The bot answered {answer}");
+}
0 commit comments