Search Header Logo

Вопросы по Python

Authored by Akdidar Zhailaubay

Other

University

Used 6+ times

Вопросы по Python
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Келесі код не шығарады?

t = (1, 2)

t = t * 3

print(t)

TypeError

[3, 6]

(1, 2, 1, 2, 1, 2)

(3, 6)

[(1, 2), (1, 2), (1, 2)]

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Келесі код не шығарады?

t = ( ( ) )

type (t)

   <type ‘tuple’>

   <type ‘int'>

<class ‘tuple’>

Type error

<class ‘Int’>

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

d = {i: i**2 for i in range(3)}

print(d[2])

2

KeyError

SyntaxError

4

TypeError

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

d1 = n % 10

бүтін бөлігін алу

бөліндінің қалдығын алу

пайызын есептеу

нәтижені табу

мән беру

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

n = n // 10

бүтін бөлігін алу

бөліндінің қалдығын алу

пайызын есептеу

нәтижені табу

мән беру

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Python тілін әзірлеген

Паскаль

Вижинер

Гвидо

Джеймс

Sun

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Шартты оператор

while

continue

break

if

math

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?