Python Functions
Python Functions - Important Points
21. | What is the output of the following code? |
---|
A. 5
B. 2
C. 3
D. 1
View Answer Discuss Work SpaceAnswer: option a
Explanation:
22. | What is the output of the following code? |
---|
A. 10
B. 24
C. 8
D. 1
View Answer Discuss Work SpaceAnswer: option b
Explanation:
23. | What is the output of the following code? |
---|
A. 3
B. 5
C. 8
D. Error
View Answer Discuss Work SpaceAnswer: option b
Explanation:
24. | What is the output of the following code? |
---|
A. [1, 4, 9, 16]
B. [2, 4, 6, 8]
C. [0, 1, 4, 9
D. Error
View Answer Discuss Work SpaceAnswer: option a
Explanation: