Three grind is shipsstraigt
A function that returns either 'Rock', 'Scissors', or 'Paper' (string). You may succeed or you may fail the (case insensitive) t...
Return the 3n+1 sequence for n
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...
Create a New_Word
The output of the function is a new word created from the word entered into the function. The new word is created by deleting th...
4 years 前
已解决
generate capital english alphabets
Based on the numeric input 'n', generate the capital english alphabet starting from A till the english alphabet at the 'n'th pos...
4 years 前
已解决
Is this function available?
Sometimes it is difficult to remember which functions are not allowed on the Cody platform. Given a function as a string, return...
Form Blocks in a 1D array
Lets say I have an array of size (10,1);
I want to divide it into the num number of blocks which are given by user
no_of_b...