MCQ Practice Single Best Answer Topic: Python Functions MCQ

Q What will be the output after the following statements?
def abc(world):
    print('hello %s' % world)
abc('Python')

Question ID
#3911
Subchapter
Python Functions MCQ
Action
Choose one option below

Choose Your Answer

Click an option to check whether your answer is correct.

  • A hello world
  • B hello Python
  • C hello
  • D hello % world
Correct Answer: B

Explanation

hello Python

Share This Question

Share this MCQ with your friends or study group.