Data Types
Quiz
•
Engineering
•
Professional Development
•
Hard

py thon
Used 2+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the result of the following code:
x = 'Welcome'
print(x[3])
Wel
c
Welcome Welcome Welcome
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the follwing repersents list data type?
N={1,2,3}
N=[1,2,3]
N= (1,2,3)
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If x = 9, what is a correct syntax to print 'The price is 9 dollars'?
print(f'The price is {x:f} dollars')
print(f'The price is {x} dollars')
print(f'The price is {x:f(2)} dollars')
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the result of the following code:
prinThe price is 23 dollars
The price is 5 dollars
The price is {2 + 3} dollars
The price is 6 dollars
t(f'The price is {2 + 3} dollars')
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
True or False.
List items cannot be removed after the list has been created.
True
False
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Whis one of theese is a dictionary?
x = ('apple', 'banana', 'cherry')
x = {'type' : 'fruit', 'name' : 'banana'}
x = ['apple', 'banana', 'cherry']
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
True or False.
Dictionary items cannot be removed after the dictionary has been created.
True
False
Create a free account and access millions of resources
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
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
20 questions
ELA Advisory Review
Quiz
•
7th Grade
15 questions
Subtracting Integers
Quiz
•
7th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade