Question:
What is displayed after the following code is entered into a Python interpreter?
addition = 22 +10 print(addition)
- nothing ( because the print command is wrong)
- [22]+[10]
- (syntaxerror)-...as there should not be a space between the numerical values
- 32
Exam with this question: DevNet Associate (v1.0) – Module 1 Exam Answers
Please login or Register to submit your answer