Answer:
Explanation:
how much something had in each month in this graph
Answer:
True
Explanation:
As employees might be accessing business/client data, security of data access is a topmost priority.
Sadly this statement is true
Answer & Explanation #1
To answer your first query. You can write a function that takes two arguments and returns their sum like this:
#Python program to add two numbers using a function
def add_num(a,b): #function for addition
sum=a+b
return sum #return value
num1=25 #variable declaration
num2=55
print("The sum is",add_num(num1,num2)) #call the function
Answer & Explanation #2
As for your error, I believe it is an indent error in your first return statement. All you must do is indent the return statement.
The first finger on the left (Index) is choice "2" (1,Q,A,Z)
The second finger on the right (Middle) is choice "4" (8,I,K)
The first finger on the right (Index) is "3" (7,U,J,M
Which leaves choice "1" (3,E,D,C)
Hope this helps