Python for AI #4

Python for AI #4

University

5 Qs

quiz-placeholder

Similar activities

QUIZ 2 IMK

QUIZ 2 IMK

University

7 Qs

Pemrograman Dasar - QUIZ

Pemrograman Dasar - QUIZ

10th Grade - Professional Development

10 Qs

UTS Kriptografi

UTS Kriptografi

University

10 Qs

Quiz Kelas pengganti PBO

Quiz Kelas pengganti PBO

University

5 Qs

[FE] Ice Breaking - Mastering Arrays and Objects in JavaScript

[FE] Ice Breaking - Mastering Arrays and Objects in JavaScript

University

10 Qs

Quiz Matrikulasi APD

Quiz Matrikulasi APD

University

10 Qs

Quiz Kelas Belajar Sistem Informasi - OOP

Quiz Kelas Belajar Sistem Informasi - OOP

University

10 Qs

TES AWAL MODUL 2

TES AWAL MODUL 2

University

10 Qs

Python for AI #4

Python for AI #4

Assessment

Quiz

Computers

University

Medium

Created by

Amhar Rayadin

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Apa hasil output dari print(fruits[1])?

apple

banana

cerry

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Dalam Python, cara yang benar untuk membuat dictionary adalah dengan menggunakan

Tanda kurung siku []

Tanda kurung kurawal {}

Tanda kurung biasa ()

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Apa hasil output dari kode berikut

25

John

New York

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Bagaimana cara menambahkan elemen baru ke dalam list?

Menggunakan metode add()

Menggunakan metode insert()

Menggunakan metode append()

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Apa hasil output dari kode berikut

[1, 2, 5]

[1, 2, 4, 5]

[1, 3, 4, 5]