python

python

Professional Development

12 Qs

quiz-placeholder

Similar activities

Batch E420 - Python module Quiz

Batch E420 - Python module Quiz

Professional Development

15 Qs

LRMIS QUIZZISM

LRMIS QUIZZISM

Professional Development

10 Qs

spanish

spanish

KG - Professional Development

9 Qs

Python kaz

Python kaz

Professional Development

16 Qs

C# TOPIC NEW-1

C# TOPIC NEW-1

Professional Development

14 Qs

MA 108

MA 108

Professional Development

15 Qs

LIJ and RIPS

LIJ and RIPS

Professional Development

15 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?