Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
This comment is hidden because it contains spoiler information about the solution
Спасибо за подсказку для старичка!
from sympy import symbols
from sympy.solvers.diophantine import diop_DN
ModuleNotFoundError: No module named 'sympy'
Give some advice please
The description is very confusing for anyone that is not native speaker,
please make it clear what I need to do to complete this kata.
[
[(0,0), (0,1), (0,2)],
[(1,0), (1,1), (1,2)],
[(2.0), (2.1), (2.2)]
]
Maybe I'm not understanding something.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution