Sorry I don’t understand your language I wish I could help you but I just don’t understand
You are correct there. the * operand tells Excel to multiple the two cells or variables.
Answer:
In Python:
def ret_formatted(num1,num2,num3):
result = str(num1)+"_"+str(num2)+" ! "+str(num3)
return result
Explanation:
This defines the function
def ret_formatted(num1,num2,num3):
This generates the output string
result = str(num1)+"_"+str(num2)+" ! "+str(num3)
This returns the result string
return result
Answer:alphabetic keys, numeric keys, function keys and special keys.
Explanation: