There isn't enough info for me to answer this with complete confidence XD.
File maintenance supports adding, modifying, or deleting records, as well as creating backup copies of the database
Answer:
The function in python is as follows
def is_present(num,list):
stat = False
if num in list:
stat = True
return bool(stat)
Explanation:
This defines the function
def is_present(num,list):
This initializes a boolean variable to false
stat = False
If the integer number is present in the list
if num in list:
This boolean variable is updated to true
stat = True
This returns true or false
return bool(stat)
Try resending it isn't there a button to resend the email? and look in spam