Light Mode
Dark Mode
Mission All The Same Bug

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

Created: Sept. 17, 2025, 3:39 p.m.
Updated: Sept. 17, 2025, 3:48 p.m.
0
6
User avatar
pm2213