pierwsza reguła

This commit is contained in:
Olga Kwoczak 2023-03-12 13:55:46 +01:00
parent 0fe9d4a844
commit b2c57b0699

View File

@ -229,13 +229,16 @@ pairs = (
),
),
(r"Why (.*)", ("Why don't you tell me the reason why %1?", "Why do you think %1?")),
#następne 10 olga
(
r"I want (.*)",
r"Ja chcę (.*)",
(
"What would it mean to you if you got %1?",
"Why do you want %1?",
"What would you do if you got %1?",
"If you got %1, then what would you do?",
"Jak ważne dla Ciebie jest %1?",
"Dlaczego chcesz %1?",
"Co zorbiłbyś, gdybyś dostał %1?",
"Jeśli dostałbyś %1, co byś zrobił?",
),
),
(