Python basic

Python basic

11th Grade

15 Qs

quiz-placeholder

Similar activities

ms word

ms word

1st Grade - Professional Development

20 Qs

JavasCript

JavasCript

1st Grade - University

10 Qs

Revisão Programação Web - 2

Revisão Programação Web - 2

10th Grade - Professional Development

15 Qs

Ôn tập Word 2013

Ôn tập Word 2013

1st - 12th Grade

15 Qs

Python Basic II

Python Basic II

11th Grade - University

20 Qs

Основи Python

Основи Python

7th - 12th Grade

12 Qs

ôn tập IF... FOR... WHILE

ôn tập IF... FOR... WHILE

11th Grade

10 Qs

Python Functions and Method

Python Functions and Method

10th - 12th Grade

15 Qs

Python basic

Python basic

Assessment

Quiz

Instructional Technology

11th Grade

Hard

Created by

Ahmad Setiyadi

Used 37+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Output dari:

print(10 + '10')

1010

20

SyntaxError

C

Answer explanation

Tipe data integr tidak bisa ditambahkan dengan tipe data string

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Cara merubah tipe data string menjadi interger

change('10')

int('10')

convert('10')

toInteger('10')

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

print( 30 * 2 + 10 - (28 // 3) )
61
62
64
66

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

print('python' == "python")

True

False

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

print('python' == "PYTHON")

True

False

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Menentukan panjang sebuah object
for
in
len
while

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Yang merupakan logical operator, KECUALI
if
or
and
nor

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?