It doesnt say if I've solved the Mission/Task or not. The blue Dots just keep spinning. Can anyone help me?
It had this Output but no more: assert allthesame([1, 1, 1]) == True ... ok assert allthesame([1, 2, 1]) == False ... ok assert allthesame([1, 'a', 1]) == False ... ok assert allthesame([1, 1, 1, 2]) == False ... ok assert allthesame([]) == True ... ok assert allthesame([1]) == True ... ok assert allthesame([1, 1, 1]) == True ... ok assert allthesame([1, 2, 1]) == False ... ok assert allthesame([1, 'a', 1]) == False ... ok assert allthesame([1, 1, 1, 2]) == False ... ok assert allthesame([]) == True ... ok assert allthesame([1]) == True ... ok assert allthesame([2, 1, 1, 1]) == False ... ok assert allthesame([600000]) == True ... ok assert allthesame([10000, 99999]) == False ... ok assert allthesame([1, 1, 1]) == True ... ok assert allthesame([1, 2, 1]) == False ... ok assert allthesame([1, 'a', 1]) == False ... ok assert allthesame([1, 1, 1, 2]) == False ... ok assert allthesame([]) == True ... ok assert allthesame([1]) == True ... ok assert allthesame([2, 1, 1, 1]) == False ... ok assert allthesame([600000]) == True ... ok assert allthesame([10000, 99999]) == False ... ok assert allthesame([1, 1, 1]) == True ... ok assert allthesame([1, 2, 1]) == False ... ok assert allthesame([1, 'a', 1]) == False ... ok assert allthesame([1, 1, 1, 2]) == False ... ok assert allthesame([]) == True ... ok assert allthesame([1]) == True ... ok assert allthesame([2, 1, 1, 1]) == False ... ok assert allthesame([600000]) == True ... ok
task.all-the-same