Perintah yang digunakan untuk mencetak data di Python adalah:
Kuis Google colaboratory

Quiz
•
Computers
•
10th Grade
•
Medium
Ari Wiharsono
Used 8+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
write()
print()
echo()
show()
log()
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Manakah dari berikut ini adalah pemberian nilai yang benar pada variabel?
x == 5
5 = x
x := 5
x = 5
let x = 5
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Tipe data array di google colaboratory disebut:
set
tuple
dictionary
list
array
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Output dari kode berikut adalah: print("Halo", "Dunia")
Halo Dunia
HaloDunia
Halo\nDunia
"Halo", "Dunia"
Error
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Untuk menambahkan item ke dalam list, digunakan fungsi:
push()
insert()
add()
append()
put()
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Output dari kode berikut adalah: a = [1,2,3] print(a[1])
1
2
3
Error
[1]
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Kode yang benar untuk mencetak angka 1 sampai 5 adalah:
for i in 1..5: print(i)
for i in range(1,5): print(i)
for i in range(1,6): print(i)
while i < 5: print(i)
repeat i from 1 to 5
Create a free account and access millions of resources
Similar Resources on Quizizz
15 questions
QUIZ TAMBAHAN

Quiz
•
10th Grade
20 questions
Python Basics (CodeHS)

Quiz
•
7th - 12th Grade
20 questions
LATIHAN SOAL INFORMATIKA

Quiz
•
10th Grade
20 questions
Quiz Pemrograman Phyton

Quiz
•
9th - 12th Grade
20 questions
ANALISIS DATA

Quiz
•
10th Grade
16 questions
Python - Variables and Input

Quiz
•
1st - 10th Grade
20 questions
Python - lists,loops,basics

Quiz
•
9th - 11th Grade
20 questions
Python year 9

Quiz
•
8th - 11th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University