Search Header Logo

Pytonas 7 kl.

Authored by Gediminas Jonauskas

Computers

7th Grade

20 Questions

Used 11+ times

Pytonas 7 kl.
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kaip atspausdinti Hello, World!

print("Hello, World!")

print:("Hello, World!")

printer("Hello, World!")

p("Hello, World!")

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Norint kad programos dalis nebūtų vykdoma, eilutės pradžioje galima parašyti simbolį

#

!

$

X

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kas bus išspausdinta?

x = 5

y = "John"

print(y)

"John"

John

5John"

5

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kas bus išspausdinta:

x = 1

y = 2.8

z = 1j

print(type(x))

print(type(y))

print(type(z))

<class 'boolean'>
<class 'float'>
<class 'complex'>

<class 'float'>
<class 'complex'>

<class 'int'>

<class 'inti'>
<class 'floati'>
<class 'complexi'>

<class 'int'>
<class 'float'>
<class 'complex'>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kas bus išspausdinta:

a = "Hello, World!"

print(a[1])

H

e

W

Hello,

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

kas bus išspausdinta?

b = "Hello, World!"

print(b[2:5])

llo

hello

ell

loo,

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kas bus atspausdinta?
a = "Hello, World!"

print(len(a))

13

Hello, World!

a

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?

Discover more resources for Computers