How do you create a variable with the numeric value 5?
Python Module 1

Quiz
•
Computers
•
University - Professional Development
•
Hard
Used 37+ times
FREE Resource
13 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
x = 5
Both the answers are correct
x = int(5)
None
2.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Is python compiled language ?
Yes
No
No Idea
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What will be the output of :
a = 4.5
b = 2
print( a//b )
2.0
2.5
2.25
Error
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What will be the output of above program
OLDDY
NEWDY
Error
None
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What will be the output of above program
40
42
38
36
6.
MULTIPLE SELECT QUESTION
20 sec • 1 pt
Which of the following are true of Python dictionaries:
Dictionaries are accessed by key.
Dictionaries can be nested to any depth.
All the keys in a dictionary must be of the same type.
A dictionary can contain any object type except another dictionary.
7.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
What command is used to insert 6 in a list "L" at 3rd position?
L.insert(3,6)
L.add(3,6)
L.insert(2,6)
L.append(2,6)
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
2021_DASPRO_PERTEMUAN2

Quiz
•
University
15 questions
Python Basics

Quiz
•
KG - University
10 questions
Array in C

Quiz
•
University
10 questions
Python - Functions

Quiz
•
University
10 questions
Java Control Flow statements

Quiz
•
University
15 questions
Coding and Debugging

Quiz
•
University
10 questions
Bahasa Pemrograman Python

Quiz
•
University
13 questions
C programming-1

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