
Айнымалылармен жұмыс
Authored by Asel Azhgalieva
Education
University
Used 2+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
a = ' '
print(type(a))
<class 'str'>
<class 'float'>
<class 'int'>
<class 'bool'>
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
a = 0.
print(type(a))
<class 'int'>
<class 'float'>
<class 'str'>
<class 'list'>
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
a = True
print(type(a))
<class 'str'>
<class 'float'>
<class 'int'>
<class 'bool'>
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
b = (1, 2, 3, 4)
<class 'int'>
<class 'float'>
<class 'str'>
<class 'tuple'>
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
c = {"key1": "value1", "key2": "value2"}
print(c)
<class 'int'>
<class 'str'>
<class 'float'>
<class 'dict'>
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
a = 1
print(a>0)
True
False
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
a = 123
b = "123"
print(a==b)
True
False
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?