Question-39: Which of the following is correct with regards Python?
- Python function is an instruction.
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- Thanks for considering Python Certification Material
Answer: A, B, D
Exp:
Python function is
- An instruction
- In Python there can not be more than one instruction in a line.
- However, your program can have empty line
- However, your single instructions can be possible across line as below
-
You can access to full explanation to question and answer from this page.