Search Header Logo

Programski jezik Python

Authored by Sabina Custovic

Information Technology (IT)

8th Grade

Used 5+ times

Programski jezik Python
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kako se dodaje element u listu u Pythonu?

list.append(element)

list.add(element)

list.insert(element)

list.push(element)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kako se u Pythonu koristi petlja `for` za ispis brojeva od 1 do 5?

for i in range(1, 6):

print(i)

for i in range(1, 5):

print(i)

for i in range(0, 5):

print(i)

for i in range(1, 6):

i.print()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kako se unosi podatak od korisnika u Pythonu?

input()

read()

scan()

get()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Koja od sljedećih naredbi se koristi za ispis podataka u Pythonu?

input()

print()

output()

display()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Koji od sljedećih izraza predstavlja pravilno napisan uslovni izraz `if else` u Pythonu?

if x > 10:

print(">10")

else:

print("<10")

if x > 10

print(">10")

else:

print("<10")

if x > 10:

print(">10")

else

print("<10")

if x > 10

print(">10")

else

print("<10")

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kako se koristi `input()` za unos cijelog broja?

number = int(input())

number = input()

number = float(input())

number = str(input())

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Šta će biti ispisano nakon sljeedećeg Python koda?

1

5

3

1 5 3

1

8

3

1 8 3

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?