4. Random numbers¶
A “codification” function is defined which returns the letters in a string shuffled.
Note: the
list()
function is used to convert a string into a list.
Generate a list of 15 random integers between 10 and 100.
Generate a list of 15 distinct random integers between 10 and 100.
You have attempted of activities on this page