i am using python 3.9 & have a list list1 = [\'a\', \'b\', \'c\', \'d\'] i want to get a random item from the list without using any module like there is a
list1 = [\'a\', \'b\', \'c\', \'d\']