box_content=[[[1,2,4],[4,5,1]],[[2,3,1],[2,3,1]]]
def pop_a_message(box_content):
send_message_index = random.randrange(len(box_content))
receive_message_index = random.randrange(len(box_content) - 1)
if send_message_index >= receive_message_index: receive letter += 1
friend_message= random.randrange(len(send_message[0]))
Can I change this function so that from the send_message that will be selected, a particular friend_message (for example the friend_message in index [0]) will appear more often than the others ?