Week 1 Quiz - Python Basics

Week 1 Quiz - Python Basics

Professional Development

12 Qs

quiz-placeholder

Similar activities

Quiz 1 Internship

Quiz 1 Internship

Professional Development

15 Qs

IOAC - ML Batch Pre-Assessment -4th-Feb

IOAC - ML Batch Pre-Assessment -4th-Feb

Professional Development

10 Qs

ABREDES - Devasc Python

ABREDES - Devasc Python

Professional Development

14 Qs

Python Functions

Python Functions

Professional Development

10 Qs

Python Test 4A

Python Test 4A

Professional Development

10 Qs

Day-4 IOAC - ML Python Assessment_12th-Feb-2023

Day-4 IOAC - ML Python Assessment_12th-Feb-2023

Professional Development

10 Qs

python dictionary and set

python dictionary and set

Professional Development

15 Qs

Day 4

Day 4

Professional Development

10 Qs

Week 1 Quiz - Python Basics

Week 1 Quiz - Python Basics

Assessment

Quiz

Professional Development

Professional Development

Hard

Created by

Pranjal Gajbhiye

Used 1+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct file extension for Python files?

.pt

.pyt

.py

.python

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a valid IDE for Python?

Jupyter Notebook

VS Code

Colab

Microsoft Excel

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of: type(5.0)?

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False: Python is a statically typed language.

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What method is used to convert a string to lowercase in Python?

lower()

down()

toLower()

lowercase()

6.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Fill in the blank: The function _______ is used to take input from the user.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code? x = 5 if x > 3: print('Yes') else: print('No')

Yes

No

Error

Nothing

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?