9класс python

9класс python

9th - 10th Grade

9 Qs

quiz-placeholder

Similar activities

IX AI

IX AI

9th Grade

10 Qs

ULANGAN HARIAN Semester 2

ULANGAN HARIAN Semester 2

10th Grade

12 Qs

1.8 Open Source & Closed Source TRUE or FALSE

1.8 Open Source & Closed Source TRUE or FALSE

10th Grade

10 Qs

Microsoft Word

Microsoft Word

6th Grade - University

10 Qs

Web программирование, повторение

Web программирование, повторение

10th Grade

10 Qs

9G4 CS Python Programming Sequence and Vocabs

9G4 CS Python Programming Sequence and Vocabs

9th Grade

13 Qs

Assessment#1_Q2

Assessment#1_Q2

10th Grade

10 Qs

CE4 - Health and Green IT

CE4 - Health and Green IT

7th - 11th Grade

12 Qs

9класс python

9класс python

Assessment

Quiz

Computers

9th - 10th Grade

Practice Problem

Medium

Created by

Нурболат Айтбеков

Used 43+ times

FREE Resource

AI

Enhance your content in a minute

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

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

print("16+8")

15

16

incorrect

16+8

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

name="john"

print(name)

name

jon

john

incorrect

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

list=[1, "long", "sun",8, 16 ]

print(list[1])

1

16

long

sun

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

list=[1, 2, "sun", "apple"]

list[3]=9

print(list)

1 9 sun apple

1, 2 9 apple

1 2 sun 9

incorrect

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

list=[2, 3, 4]

print(list)

2 3 4

2,3,4

incorrect

list

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

print(Hello, world)

Hello world

Hello World

incorrect

hello world

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

list=[1, 2, 3]

print(list[1])

print(list[2])

1

2

2

3

1

3

incorect

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

list=["apple", "banana", "orange" ]

list[1]= "sun"

print(list)

sun banana orange

apple banana sun

apple sun banana orange

apple sun orange

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

print("Hello, my friend")

Hello my friend

Hello, friend

Hello, my friend

incorrect