phython

phython

12th Grade

5 Qs

quiz-placeholder

Similar activities

Linguaggio C - Basi

Linguaggio C - Basi

11th - 12th Grade

10 Qs

Programación Básica

Programación Básica

12th Grade

10 Qs

LOOPS IN C++

LOOPS IN C++

10th Grade - University

10 Qs

Python -Variables

Python -Variables

12th Grade

10 Qs

Bài tập bài 4: sử dụng biến và hằng trong chương trình

Bài tập bài 4: sử dụng biến và hằng trong chương trình

KG - 12th Grade

10 Qs

Programming with C++

Programming with C++

9th - 12th Grade

10 Qs

Белгіленген сипаттары бар элементті іздеу

Белгіленген сипаттары бар элементті іздеу

9th - 12th Grade

10 Qs

JavaScript 3 baco med

JavaScript 3 baco med

12th Grade

10 Qs

phython

phython

Assessment

Quiz

Computers

12th Grade

Hard

Created by

SARA AHMED ALTHAWADI

FREE Resource

AI

Enhance your content

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

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

x=[1,2,3,4,5,6,7,8]

for i in x :

if i ==3:

break

print(I)

1

2

1

2

3

1

2

4

5

6

7

8

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

for i in range(1,5)

print(i*5)

5

10

15

5

10

15

20

5

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

اوجدي نوع المتغير

x=104

str

bool

int

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

مانوع المتغير في التعليمة البرمجية التالية :

false

int

int

bool

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

اوجدي المخرجات من التعليمة البرمجية التالية :

x=4

y=3

z=2

print((x+y)*z-2)

12

11

10