Computer Science
Fill in the blanks:
Function name must be followed by _________ and _________.
Python Functions
1 Like
Answer
() (Parenthesis)
Answer
: (colon)
Answered By
2 Likes
Related Questions
Fill in the blanks:
The terminating condition used for solving a problem using recursion is termed as the _________ for that problem.
Fill in the blanks:
_________ keyword is used to define a function.
More than one value(s) can be returned by a function in Python.
The variable declared inside a function is called a global variable.