Pls fix my code for free thank
# Function to read data from a text file and create a 2D array
def red_text_file(file_name):
try:
with open(file_name, '') as file:
lines = file.readlines()
# Splitting lines and creating a 2D array
data = [line.strip().split(',') for line in lines]
return data
except FileNotFoundError:
print("File not found.")
return None
# Function to check and print details based on user input
def check_details(data):
print("Welcome! Please enter your details.")
Name = int(input("Enter your name: "))
age = (input("Enter your age: "))
found = True
for person in data:
if person[0] == name and int(person[1]) == age:
print("Details found:")
print("Name:", person[0])
print("Age:", person[1])
print("Occupation:", person[3])
found = True
break
if not found:
print("Details not found.")
# Function to display a 2D array
def display_2d_array(data):
Print("Data in the file:")
for row in data:
print(', '.join(row))
# Main function
def main():
file_name 'nameage.txt' # Replace with your file name
# Reading data from the text file
data = read_text_file(file_name)
if data:
display_2d_array(data)
check_details(data)
# Execute the main function
if __name__ == "__main__"
main()