Python day4

Python day4

KG - Professional Development

10 Qs

quiz-placeholder

Similar activities

Harry Potter Quizz

Harry Potter Quizz

2nd - 5th Grade

10 Qs

ACIT group 4

ACIT group 4

University

10 Qs

Open Source - Guilherme Ferrari nº12 Gabriel Santos nº11

Open Source - Guilherme Ferrari nº12 Gabriel Santos nº11

10th Grade

11 Qs

I.T expert

I.T expert

KG - 6th Grade

12 Qs

CMD -موجه الأوام ر

CMD -موجه الأوام ر

1st Grade - Professional Development

12 Qs

8.1 and 8.2 Summary Revision

8.1 and 8.2 Summary Revision

8th Grade

11 Qs

Illustrator ACP Test (1)

Illustrator ACP Test (1)

University - Professional Development

10 Qs

Python day4

Python day4

Assessment

Quiz

Computers

KG - Professional Development

Medium

Created by

GOKUL S

Used 5+ times

FREE Resource

AI

Enhance your content in a minute

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

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What will be the output from the following code?

a = 9

b = 5

print(a != b)

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What will be the output from the following code?

a = 5

b = a

c = a+b

print(c)

10

5

c

a+b

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What will be the output from the following code?

a=2

b=3

b*=a

print(b)

2

3

b

6

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What will be the output from the following code?

a = 9

b = 5

print(a == b)

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What will be the output from the following code?

a = True

b = False

print(a and b)

  

False

True

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What will be the output from the following code?

a=10

b=5

b+=a

print(b)

10

20

15

b

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What will be the output from the following code?

a = 9

b = 5

print(a <= b)

True

False

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?