Search Header Logo

python

Authored by Mr_Pstar7 Mr_Pstar7

Education

Professional Development

Used 1+ times

python
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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')

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?