I Years_Python

I Years_Python

Professional Development

50 Qs

quiz-placeholder

Similar activities

D3 Fightbac!

D3 Fightbac!

Professional Development

50 Qs

ETC review

ETC review

Professional Development

50 Qs

STRUCTURAL CONCEPTUALIZATION - M-01 - 03

STRUCTURAL CONCEPTUALIZATION - M-01 - 03

Professional Development

50 Qs

Knowledge of the collision regulation

Knowledge of the collision regulation

Professional Development

50 Qs

WEEKLY QUIZ - FINALE

WEEKLY QUIZ - FINALE

KG - Professional Development

50 Qs

MED SURG EXAM 1

MED SURG EXAM 1

Professional Development

45 Qs

Kalėdų tradicijos pasaulyje

Kalėdų tradicijos pasaulyje

KG - Professional Development

46 Qs

Post Test Airport Security Department

Post Test Airport Security Department

Professional Development

50 Qs

I Years_Python

I Years_Python

Assessment

Quiz

Other

Professional Development

Practice Problem

Hard

Created by

SHANMUGAPRIYA.P MCE-LECT/IT

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the correct way to declare a variable in Python?

int x = 5;

x = 5

x := 5

x -> 5

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is NOT a valid data type in Python?

int

float

char

str

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of print(type(3.14))?

<class 'int'>

<class 'float'>

<class 'double'>

<class 'str'>

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which keyword is used to define a function in Python?

def

function

func

define

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the output of print("Hello" + "World")?

HelloWorld

Hello World

Hello+World

Error

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the purpose of the len() function in Python?

To convert a string to lowercase

To return the length of an object

To check if a variable is defined

To calculate the square root

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the output of print(2 ** 3)?

6

8

9

Error

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?