Search Header Logo

Python-test

Authored by KALIDINDI THARUN

Other

Professional Development

Used 1+ times

Python-test
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code snippet?

x = 5

y = 2

print(x ** y)

10
7
3
25

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the len() function do in Python?

It converts all elements in a list to uppercase.
It sorts the elements in a list in descending order.
It calculates the sum of all elements in a list.
It returns the number of items in a container.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements is true about Python?

Python is primarily used for front-end development
Python is an interpreted, high-level, general-purpose programming language known for its simplicity and readability.
Python is a compiled programming language
Python does not support object-oriented programming

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code snippet?

my_list = [1, 2, 3, 4, 5]

print(my_list[1:3])

[2, 4]
[1, 3]
[2, 3]
[3, 5]

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to open a file in Python for writing?

open('file.txt', 'w')
open('file.txt', 'x')
open('file.txt', 'a')
open('file.txt', 'r')

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a valid variable name in Python?

variable_name
variable$
1variable
1variable

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the strip() method do in Python?

Converts a string to uppercase
Removes leading and trailing characters from a string
Reverses the order of characters in a string
Adds characters to a string

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?