python

python

Professional Development

12 Qs

quiz-placeholder

Similar activities

Python Turtle

Python Turtle

KG - Professional Development

11 Qs

AI Tech Trainee Module 1

AI Tech Trainee Module 1

Professional Development

11 Qs

Game Quizizz

Game Quizizz

KG - Professional Development

8 Qs

Data Science Course - Midterm Exam (2)

Data Science Course - Midterm Exam (2)

Professional Development

15 Qs

ISARAP DICT Region IV-A

ISARAP DICT Region IV-A

Professional Development

15 Qs

CodeMonkey Platform Management & Resources

CodeMonkey Platform Management & Resources

Professional Development

10 Qs

Python Intermediate Quiz - 1

Python Intermediate Quiz - 1

8th Grade - Professional Development

13 Qs

Python Test 1

Python Test 1

Professional Development

10 Qs

python

python

Assessment

Quiz

Education

Professional Development

Hard

Created by

Mr_Pstar7 Mr_Pstar7

Used 1+ times

FREE Resource

12 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

siapa pencipta bahasa pemrograman python?

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Manakah dari berikut ini yang bukan merupakan tipe data Python yang valid?

int

char

float

str

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

contoh list di python adalah?

("1","2","3")

[6,7,5,4]

{8,0,5,7}

<1,34,5,6>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

syntax untuk menggabungkan list di python adalah?

data.append()

data.remove("data")

data.extend(data)

data.pop()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

berikut ini yang termasuk dictionary adalah?

data_dict={

'key':'value'

}

data_dict=(

'key':'value'

)

data_dict=['key':'value']

data_dict={

'value'

}

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a=3

b="5"

print(a+b)

output kode diatas adalah?

35

eror

7

5

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

penulisan fungsi yang benar pada python adalah?

def hello_world() :

print('hello world')

fungsi hello_world() :

print('hello world')

elif hello_world() :

print('hello world')

function hello_world() :

print('hello world')

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?