
Ai Quiz3
Authored by anan mohamed
Information Technology (IT)
University
Used 1+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
6 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
friends = ["mohamed","ahmed","aliaa","mariam"]
print(type(friends))
int
float
list
str
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
print(type("20"))
int
float
list
str
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
friends = ["ahmed","mohamed","aliaa","mariam"]
print(friends[1])
ahmed
mohamed
aliaa
mariam
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
friends = ["ahmed","aliaa"]
friends.append("sara")
print(friends)
["sara","ahmed","aliaa"]
["ahmed","aliaa","sara"]
["ahmed","sara","aliaa"]
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
friends = ["ahmed","sara"]
friends.pop()
print(friends)
ahmed
sara
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
hungry = False
sleepy = True
if hungry == True:
print("hungry")
elif sleepy == False:
print("not sleepy")
elif sleepy == True:
print("sleepy")
else:
print("not hungry")
hungry
sleepy
not hungry
not sleepy
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?