Python

Python

University

10 Qs

quiz-placeholder

Similar activities

Quiz 22

Quiz 22

University

10 Qs

Tuple Quiz

Tuple Quiz

University

10 Qs

แบบทดสอบก่อนเรียนฐานข้อมูล

แบบทดสอบก่อนเรียนฐานข้อมูล

University

10 Qs

Quiz3

Quiz3

University

12 Qs

Mastering Python Basics

Mastering Python Basics

University

8 Qs

SCRIPTING PROGRAMMING WITH PYTHON

SCRIPTING PROGRAMMING WITH PYTHON

University

15 Qs

Python Programming

Python Programming

University

10 Qs

Day 4

Day 4

12th Grade - University

10 Qs

Python

Python

Assessment

Quiz

Computers

University

Hard

Created by

DURGESH VAIGANDLA

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Who Invented Python Programming Language?

Guido van Rossum
Dennis Ritchie
Linus Torvalds
Larry Page

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the file extension for a Python file?

.py

.java

.html

.cpp

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a Python data type?

Integer

Boolean

Float

Array

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following Python code snippet?

print(10 & 5)

15

2

0

1

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following Python code snippet?

print(10 | 5)

15

2

0

1

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output for this "print(Hello world)" in Python?

Hello world
SyntaxError: invalid syntax
SyntaxError: missing parentheses
No output

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to Create List in Python?

my_list = [1 2 3]
my_list = {1, 2, 3}
my_list = [1, 2, 3]
my_list = (1, 2, 3)

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?