FinalTest

FinalTest

1st - 2nd Grade

15 Qs

quiz-placeholder

Similar activities

Winner Rections

Winner Rections

2nd Grade

10 Qs

fruit

fruit

1st Grade

13 Qs

/Python_Quiz\

/Python_Quiz\

KG - Professional Development

20 Qs

Banana Quiz

Banana Quiz

2nd Grade

20 Qs

Evaluación de ingles 2  Bimestre

Evaluación de ingles 2 Bimestre

2nd Grade

10 Qs

this that

this that

2nd Grade

20 Qs

The Seasons of Arnold's Apple Tree

The Seasons of Arnold's Apple Tree

1st - 2nd Grade

11 Qs

Quiz de Pessimus Round 4 - Computers

Quiz de Pessimus Round 4 - Computers

KG - Professional Development

10 Qs

FinalTest

FinalTest

Assessment

Quiz

Education, Computers

1st - 2nd Grade

Medium

Created by

Maral Ashirova

Used 2+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Який правильний синтаксис для виведення "Hello World" в Python?

echo "Hello World"

p("Hello World")

print("Hello World")

echo("Hello World")

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Яка назва змінної написано НЕ правильно?

my-var

_myvar

Myvar

my_var

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Яке правильне розширення файлу для файлів Python?

.py

.pt

.txt

.pyth

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Який правильний спосіб створити функцію в Python?

function myfunction():

create myFunction():

def my_function():

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

У Python "Hello" - те саме, що 'Hello'

False

True

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Як правильно отримати перший символ у рядку?

x = sub("Hello", 0, 1)

x = "Hello"[0]

x = "Hello".sub(0, 1)

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Який метод можна використати для перетворення усіх символів у великі літери?

upper()

upperCase()

uppercase()

toUpperCase()

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?