Answer:
B 
Explanation:
the software needs to share thus should be networked
 
        
             
        
        
        
Manually cleaning data is done manually which makes it challenging. This make it prone to mistakes.
 
        
             
        
        
        
Answer:
The python function is as follows:
def fact(N):
    factorial = 1
    for i in range(1,N+1):
        factorial = factorial * i
    return(factorial)
Explanation:
This line defines the function
def fact(N):
This line initializes the product of 1 to N to 1
    factorial = 1
This line iterates through 1 to N
    for i in range(1,N+1):
This line calculates the product of 1 to N i.e. factorial
        factorial = factorial * i
This line returns the factorial
    return(factorial)
 
        
             
        
        
        
when you are asking your question you can click on the link down at the bottom and when it pops up all your files click the one who want to send 
plz mark brainliest lol seemed like an easy question but i need them to rank up so yea lol