Python

Python

9th - 10th Grade

24 Qs

quiz-placeholder

Similar activities

Python тілінде циклдар

Python тілінде циклдар

9th - 12th Grade

22 Qs

Синтаксис Python

Синтаксис Python

7th - 11th Grade

21 Qs

python - tallulah

python - tallulah

7th - 9th Grade

20 Qs

Y11 Programming Recap

Y11 Programming Recap

9th - 10th Grade

20 Qs

End of year quiz: Python

End of year quiz: Python

9th Grade

20 Qs

Python Class 9

Python Class 9

9th - 10th Grade

25 Qs

Python_2R

Python_2R

KG - Professional Development

20 Qs

Python Baics

Python Baics

10th - 11th Grade

20 Qs

Python

Python

Assessment

Quiz

Computers

9th - 10th Grade

Medium

Created by

Nada Hallab

Used 4+ times

FREE Resource

24 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

Print(5 + 2)

answer:

2.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

Print(1 * 4)

answer:

3.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

a = 5

  b = 1

   Print(a + b)

answer:

4.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

a = 'ym'

b = 'kq'

   Print(a + b)

answer:

5.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

a = '3'

b = '1'

      Print(a + b)

answer:

6.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

a = 1

  b = 3

   Print(a + b)

answer:

7.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

a = 4

a = a + 2

Print(a + 2)

answer:  

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?