Q 1 - What is the output of print tuple[2:] if tuple = ′abcd ′ , 786, 2.23, ′ john ′ , 70.2?
script_programming_part_2+3

Quiz
•
Computers, Science
•
University
•
Medium
Pavel Taskov
Used 24+ times
FREE Resource
49 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
′abcd ′ , 786, 2.23, ′ john ′ , 70.2
abcd
786, 2.23
2.23, ′ john ′ , 70.2
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Q 2 - What is the output of print tinytuple * 2 if tinytuple = 123, ′ john ′?
123, ′ john ′ , 123, ′ john ′
123, ′ john ′ * 2
Error
- None of the above.
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
3 - What is the output of print tinytuple * 2 if tinytuple = 123, ′ john ′?
3 - What is the output of print tinytuple * 2 if tinytuple = 123, ′ john ′?
123, ′ john ′ * 2
Error
None of the above.
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
4 - Which of the following is correct about dictionaries in python?
Python's dictionaries are kind of hash table type.
They work like associative arrays or hashes found in Perl and consist of key-value pairs.
A dictionary key can be almost any Python type, but are usually numbers or strings. Values, on the other hand, can be any arbitrary Python object.
All of the above.
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
5 - Which of the following function of dictionary gets all the keys from the dictionary?
getkeys
key
keys
None of the above.
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
6 - Which of the following function of dictionary gets all the values from the dictionary?
- getvalues
- value
- values
- None of the above.
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
7 - Which of the following function convert a string to an int in python?
intx[, base]
longx[, base]
floatx
strx
Create a free account and access millions of resources
Similar Resources on Quizizz
45 questions
TECHNICAL QUIZ

Quiz
•
University
45 questions
Python Quiz

Quiz
•
University
50 questions
codinggss

Quiz
•
University
50 questions
Quiz Trivia

Quiz
•
University
50 questions
Python: Built-In Functions and Upto Tuple

Quiz
•
University
45 questions
Midterm prep 10 gr

Quiz
•
10th Grade - University
50 questions
NRIT_Python_Quiz02

Quiz
•
University
50 questions
Finite Automata

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade