Single Choice Not Set

QWhat will be the output after the following statements?
def call(var1, var2, var3) :
    print(var1 * var2 * var3, end ='')
a = b = c = 10
call(a, b, c)

ID: #3540 Python Functions MCQ 771 views
Question Info
#3540Q ID
Not SetDifficulty
Python Functions MCQTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A 1000
  • B 10
  • C 30
  • D 10 * 10 * 10
Correct Answer

Explanation

1000

Share This Question

Challenge a friend or share with your study group.