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.
It's called a Caesar cipher. That will make it a lot easier for you to search for all the kata this is a duplicate of.
The previous kata was quickly retired, surely you don't think an exactly same thing will survive for long?
Still same issues:
Issue about multiple return types, mentioned by @mauro-1, is not fixed. The function still expects multiple data types as a result (bool/list[int]).
Test for randomness is invalid. You expect that output with 1000 dices must contain all values 1-6. In this case, the following outcomes (non random) will pass the test:
1,2,3,4,5,6,1,1,1,1,1,1,1,1,1,1,1,1...1
1,2,3,4,5,6,1,2,3,4,5,6,1,2,3,4,5,6...
Example of wrong uploaded solution: https://www.codewars.com/kata/reviews/604e9ba8c33f340001066011/groups/604f0347c33f34000106650d
Read about randomness tests on Wikipedia: https://en.wikipedia.org/wiki/Randomness_test