Python

Python

University

10 Qs

quiz-placeholder

Similar activities

Python Language Programming

Python Language Programming

University

15 Qs

codestorm

codestorm

University

10 Qs

Mastering Python Basics

Mastering Python Basics

University

8 Qs

Python Basics

Python Basics

University

10 Qs

Basic of Programming - Quiz 02

Basic of Programming - Quiz 02

University - Professional Development

15 Qs

Python Basics

Python Basics

11th Grade - University

10 Qs

Cybernaut Analysis

Cybernaut Analysis

University

15 Qs

Topik 7a. Tuples

Topik 7a. Tuples

University

12 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?