In Python 3, the maximum value for an integer is 263 - 1:
Basic Python Data Types

Quiz
•
Computers
•
Professional Development
•
Medium
Wooihaw Tan
Used 335+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
True
False
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the output when the following Python code is executed?
a = 3
b = '5'
c = '2'
print(a * b + c)
17
352
5552
Error message
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following Python code?
a = 13.5
b = -24.6
a, b = b, a
print(a, b)
13.5 -24.6
-24.6 13.5
-13.5 24.6
13.5 24.6
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following Python code?
print('Hello' + "world!")
Helloworld!
Hello world!
'Hello' "world!"
Error message
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will the output be from the following Python code?
print(3+4)
3+4
7
SyntaxError
print(3+4)
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output from the following Python code?
print("3+4")
7
3+4
34
SyntaxError
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following data types can consist of numbers, alphabets and symbols?
String
Integer
Float
Boolean
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following data types is the most appropriate for 23 June 2020?
Float
Boolean
Integer
String
Similar Resources on Quizizz
10 questions
Day 3

Quiz
•
Professional Development
10 questions
CodeTigers Python 101

Quiz
•
KG - Professional Dev...
10 questions
Abstract Class #1

Quiz
•
Professional Development
10 questions
Python Session 5

Quiz
•
Professional Development
10 questions
Flutter_Q5

Quiz
•
Professional Development
12 questions
python loop practice

Quiz
•
Professional Development
10 questions
IOT Introduction Quiz

Quiz
•
Professional Development
10 questions
Python-Quiz-Basic-Datatypes

Quiz
•
12th Grade - Professi...
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