i=2
print(i)
print(i+1)
print(++i);
Quiz 3.3
Quiz
•
Computers
•
Professional Development
•
Hard
Mohand Mahmoud
FREE Resource
8 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
1 min • 1 pt
i=2
print(i)
print(i+1)
print(++i);
2.
FILL IN THE BLANK QUESTION
1 min • 1 pt
class hh:
def init(self,x):
self.x=x print(10)
h=hh(11)
h=hh(9)
print(h.x)
What is the output of this code?
3.
FILL IN THE BLANK QUESTION
1 min • 1 pt
class Human:
def init(self,x,y,z):
self.x=x
self.y=y
self.z=z
print(x)
print(y)
print(z)
h=Human(10,5,8)
print(h.x)
print(h.y)
print(h.z)
What is the output of this code?
4.
FILL IN THE BLANK QUESTION
1 min • 1 pt
class Avoid:
def m1(self):
print('m1 in A')
class B(Avoid):
def m1(self):
print('m1 in B')
a = B()
a.m1()
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
methods can't return objects?
False
True
7.
FILL IN THE BLANK QUESTION
1 min • 1 pt
class Home:
def init(self,name,HomeName):
self.name=name
self.HomeName=HomeName
x = Home()
x.homeName = 'Giza'
print(x.homeName)
8.
FILL IN THE BLANK QUESTION
1 min • 1 pt
class Home:
def init(self,name,HomeName):
self.name=name
self.HomeName=HomeName
x = Home("Ahmed","Giza")
print(x.HomeName)G
11 questions
print, input, type data, variable
Quiz
•
Professional Development
10 questions
Python quiz
Quiz
•
10th Grade - Professi...
10 questions
Day 3
Quiz
•
Professional Development
10 questions
python quiz
Quiz
•
6th Grade - Professio...
10 questions
แบบทดสอบเตรียมความพร้อมก่อนอบรม
Quiz
•
Professional Development
13 questions
Phyton Lección 2
Quiz
•
Professional Development
10 questions
Python_middle
Quiz
•
Professional Development
6 questions
Python module 4 lesson 2
Quiz
•
Professional Development
15 questions
Multiplication Facts
Quiz
•
4th Grade
20 questions
Math Review - Grade 6
Quiz
•
6th Grade
20 questions
math review
Quiz
•
4th Grade
5 questions
capitalization in sentences
Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance
Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions
Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines
Quiz
•
Professional Development
12 questions
Dividing Fractions
Quiz
•
6th Grade