• Post author:
  • Post category:Blog
  • Reading time:1 mins read
  • Post last modified:June 12, 2024

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)
  • 32
  • [22]+[10]
  • (syntaxerror)-…as there should not be a space between the numerical values
Subscribe
Notify of
guest
0 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments