Search Header Logo

Python

Authored by DURGESH VAIGANDLA

Computers

University

Python
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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)

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Computers