subject

Multiple Choice
What will be the output?
class num:
def __init__(self, a):
self. number = a
def_mul__(self, b)
return self. number + b. number
numA = num(5)
numB = num(10)
product = numA * numb
print(product)
50
O 5
an error statement
15


Multiple

Choice
What will be the output?
class num:
def __init__(self,a):
self. number = a
def_mu

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 03:20
Which of these is a benefit of social networking? oa. hiding your true identity from friendsob. avoiding talking to people in personoc. spending time with friends instead of studyingod. connecting with new people
Answers: 2
question
Computers and Technology, 23.06.2019 06:30
Who can provide you with a new password when you have forgotten your old one? your provide you with a new password in case you forget your old one.
Answers: 3
question
Computers and Technology, 24.06.2019 06:30
Me and category do i put them in because this is science
Answers: 1
question
Computers and Technology, 24.06.2019 07:00
Why would a business likely use a java applet - to back up their data files for the business - to create a program that a customer can launch in their web browser - to create music on a powerpoint presentation - to organize files on their company directory
Answers: 3
You know the right answer?
Multiple Choice
What will be the output?
class num:
def __init__(self, a):
...
Questions
Questions on the website: 13722363