Python - ponavljanje

Python - ponavljanje

9th Grade

8 Qs

quiz-placeholder

Similar activities

Intro to Programming: Tracy the Turtle 2

Intro to Programming: Tracy the Turtle 2

9th - 12th Grade

8 Qs

python quiz

python quiz

6th Grade - Professional Development

10 Qs

Bài tập trắc nghiệm C++(tiếp)

Bài tập trắc nghiệm C++(tiếp)

3rd Grade - University

10 Qs

Язык программирования Паскаль

Язык программирования Паскаль

8th - 9th Grade

10 Qs

тест Python 7 class

тест Python 7 class

1st - 12th Grade

12 Qs

էլեկտրոնային աղյուսակ 9-րդ դասարան

էլեկտրոնային աղյուսակ 9-րդ դասարան

9th Grade

10 Qs

Loops

Loops

9th - 12th Grade

10 Qs

Python Data Types

Python Data Types

9th - 12th Grade

10 Qs

Python - ponavljanje

Python - ponavljanje

Assessment

Quiz

Computers

9th Grade

Practice Problem

Hard

Created by

Sara Jajetić

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

8 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Koji operatori se koriste u programskom jeziku Python?

Relacijski

Znakovni

Logički

Aritmetički

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kojeg je tipa varijabla:

broj="deset"

str

int

float

bool

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kojeg je tipa varijabla:

podatak="b102"

str

int

float

bool

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kojeg je tipa varijabla:

broj=10.0

str

int

float

bool

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

10%5=?

0

2

2.0

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

2+4%2=?

0

2

3

4

7.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Kako unosimo neki podatak tipa str?

podatak=input()

podatak=str(input())

podatak=str(int())

podatak=int(input())

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

U programskom jezhiku Python, skraćenica int dolazi od riječi input.

Istina

Laž