Question: Solve using Python 3. Create a list of 100 random strings of random length between 5 and 8 characters and consisting of upper and lower
3. Create a list of 100 random strings of random length between 5 and 8 characters and consisting of upper and lower case characters. Use the random functions that we discussed in class to create the strings. You can use the following to create a list of all upper and lower case letters. terssn use the following to create a Letters- [sorted(chr(c-x) for c in range(97,123) for x in (0,32)] in class to
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
