I need to generate a random amount of string for a certain amount of times; so for example:
for k in range(5):
print("Country", location)
print("Animal", animal)
so location and animal will be randomly generated from a list, and each of the 5 times it gets printed, it will have random number of locations and animal, so for every iteration a random number of locations and animals will be printed from a given list