FLASHCARDZ  PYTHON OUTPUT VARIABEL

FLASHCARDZ PYTHON OUTPUT VARIABEL

Assessment

Flashcard

Information Technology (IT)

10th Grade

Practice Problem

Hard

Created by

Agustina Diun

Used 1+ times

FREE Resource

Student preview

quiz-placeholder

5 questions

Show all answers

1.

FLASHCARD QUESTION

Front

x, y, z = "Orange", "Banana", "Cherry"
print(x)
print(y)
print(z) Tentukan output dari perintah print(y)

Back

Banana

2.

FLASHCARD QUESTION

Front

x = y = z = "Orange"
print(x)
print(y)
print(z) Tentukan output dari perintah print(y)

Back

Orange

3.

FLASHCARD QUESTION

Front

fruits = ["apple", "banana", "cherry"]
x, y, z = fruits
print(x)
print(y)
print(z) tentukan output dari perintah print(y)

Back

banana

4.

FLASHCARD QUESTION

Front

x = "Python is awesome"
print(x) Tentukan outputnya dari pernyataan diatas

Back

Python is awesome

5.

FLASHCARD QUESTION

Front

x = "Python "
y = "is "
z = "awesome"
print(x + y + z)

Back

Python is awesome

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

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?