1. Who developed Python Programming Language?

PYTHON BASICS

Quiz
•
Other
•
Professional Development
•
Medium
Kuruganti aswini
Used 1+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
a) Wick van Rossum
b) Rasmus Lerdorf
c) Guido van Rossum
d) Niene Stom
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Is Python case sensitive when dealing with identifiers?
no
yes
machine independent
None
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is the correct extension of the Python file?
a) .python
b) .pl
c) .py
d) .p
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the value of the following Python expression?
print(4 + 3 % 5)
a) 7
b) 2
c) 4
d) 1
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following Python function?
print(len(["hello",2, 4, 6]))
Error
6
4
3
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following Python code snippet?
for i in [1, 2, 3, 4][::-1]:
print(i, end=' ')
4 3 2 1
error
1 2 3 4
None
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
To add a new element to a list we use which Python command?
a) list1.addEnd(5)
b) list1.addLast(5)
c) list1.append(5)
d) list1.add(5)
Create a free account and access millions of resources
Similar Resources on Quizizz
20 questions
Soal Pengetahuan Dasar Komputer

Quiz
•
Professional Development
20 questions
Python 1

Quiz
•
Professional Development
10 questions
Python Workshop

Quiz
•
Professional Development
20 questions
Python - Quiz

Quiz
•
Professional Development
10 questions
Python Basics

Quiz
•
Professional Development
10 questions
Web development 1

Quiz
•
Professional Development
16 questions
Python test

Quiz
•
Professional Development
15 questions
gear train

Quiz
•
Professional Development
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