Python Rating_Cases

Python Rating_Cases

Professional Development

30 Qs

quiz-placeholder

Similar activities

Histologia: TÉCNICAS HISTOLÓGICAS, TEJIDO EPITELIAL Y CONECTIVO

Histologia: TÉCNICAS HISTOLÓGICAS, TEJIDO EPITELIAL Y CONECTIVO

University - Professional Development

25 Qs

Latihan 14

Latihan 14

Professional Development

25 Qs

Finance 2.0 Integration Awareness

Finance 2.0 Integration Awareness

Professional Development

25 Qs

Induction Quiz

Induction Quiz

Professional Development

25 Qs

Hand and Measuring Tool

Hand and Measuring Tool

Professional Development

25 Qs

SERBA SERBI YAMAHA

SERBA SERBI YAMAHA

Professional Development

25 Qs

Mengenal MTsN 8 Jakarta

Mengenal MTsN 8 Jakarta

Professional Development

25 Qs

Quiz Bulan K3 2023

Quiz Bulan K3 2023

Professional Development

25 Qs

Python Rating_Cases

Python Rating_Cases

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

Gürkan Çanakçı

Used 4+ times

FREE Resource

AI

Enhance your content in a minute

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

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

cubes = [1, 8, 27]
cubes.append(4 ** 3)
print(cubes)
[64,1, 8, 27]
[1, 8, 27, 12]
[1, 8, 27, 64]
[12 ,1, 8, 27]

2.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

word = "galaxy"
print(word[4:50])

axyaxy

axy

xy

xyxy

3.

MULTIPLE CHOICE QUESTION

0 sec • 2 pts

x = 51 % 3
print(x)

17

0

4.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

def if_confusion(x, y):
    if x > y:
        if x - 5 > 0:
            x = y
            return "A" if y == y + y else "B"
        elif x + y > 0:
            while x > y: x -= 1
            while y > x: y -= 1
            if x == y:
                return "E"
    else:
        if x - 2 > y - 4:
            x_old = x
            x = y * y
            y = 2 * x_old
            if (x - 4) ** 2 > (y - 7) ** 2:
                return "C"
            return "D"
        return "H"
print(if_confusion(3, 7))

C

D

E

H

5.

MULTIPLE CHOICE QUESTION

0 sec • 2 pts

x = 'cool'
print(x[-1] + x[-2]
        + x[-4] + x[-3])

cool

colo

loco

looc

6.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

words = ['cat', 'mouse']
for word in words:
    print(len(word))

1

3

2

4

3

5

4

4

7.

MULTIPLE CHOICE QUESTION

10 sec • 2 pts

word = "galaxy"
print(word[:-2] + word[-2:])

yxalag

yxa

gal

galaxy

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?