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
i havent got any honor for solving this kata!
so where should i make changes in my code?
just add try except ?
or any hints??
This comment is hidden because it contains spoiler information about the solution
im sorry i needed a quick reply
i use python
how do i implement in my code to accept 1000000000??
please help me out
how to input 10^10 into code??
my code is not accepting such huge numbers,
thanks!
This comment is hidden because it contains spoiler information about the solution
ERROR for problem https://www.codewars.com/kata/coordinates-validator/train/python
it passes sample tests but fails at attempt .gives the following Error
some please help me finish the problem
Test Results:
Example Test Cases
should return true for valid coordinates (7 of 7 Assertions)
STDERR:
Traceback:
in
in is_valid_coordinates
ValueError: could not convert string to float: '- 23.4234'
|||| MY CODE |||||||
code:
def is_valid_coordinates(coordinates):