____ functionName():
x=”hello from inside the function”
print(x)
Drag your options here!
o. def
o. define
o. var
o. let
Answers
Answered by
0
Answer: It is var "var" stands for variable a variable is used to store values. You are storing ”hello from inside the function” as x so when you print it it prints ”hello from inside the function” because you told teh computer to store the data that way. I hope this helps.
Explanation:
Similar questions