Skip to content

Commit 8edda8a

Browse files
authored
Update areyouai.jac
1 parent f3d146a commit 8edda8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

byllm/src/assets/areyouai.jac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ with entry {
1313
question: str = "Are you an AI?";
1414
answer: Tell = yes_or_no(question);
1515
print(f"Question: {question}");
16-
print("The bot answered " + answer);
17-
}
16+
print(f"The bot answered {answer}");
17+
}

0 commit comments

Comments
 (0)