Files
MultiAgent/tasks.json
2026-04-11 08:48:42 +05:00

7 lines
329 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"tasks": [
"Реализуй функцию is_palindrome(s) для проверки палиндрома",
"Создай класс Stack с методами push, pop, peek, is_empty",
"Напиши декоратор @timer, который замеряет время выполнения функции"
]
}