Python есептер 1

Python есептер 1

9th - 12th Grade

16 Qs

quiz-placeholder

Similar activities

Python Lists

Python Lists

10th Grade

14 Qs

For Loop python

For Loop python

5th - 12th Grade

19 Qs

Pętla for i while

Pętla for i while

9th - 12th Grade

15 Qs

Functions in Python

Functions in Python

9th - 12th Grade

16 Qs

function in python

function in python

12th Grade

20 Qs

Вспомним Python

Вспомним Python

9th Grade

15 Qs

Python. Pętle i ciągi

Python. Pętle i ciągi

9th Grade

21 Qs

Python

Python

6th - 10th Grade

17 Qs

Python есептер 1

Python есептер 1

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Nuritdin Kamalbekov

Used 27+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

s = 'Kazakhstan'

print(len(s)) программа нәтижесі

9

10

4

S

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

for i in 'hello world':

if i=='l':

continue

print (i*2, end='')

hheelloo

lloowwdd

hheeoo wwoorrlld

heo word

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a = 1

b = 2

print(a>b) программа нәтижесі

False

1

2

a

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

for i in 'hello world':

if i=='o':

break

print (i*2, end='')

hel wrld

world

hheell

hheellll

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Жауабы неге тең?  print (31//6)

5

7

2

6

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

i=s=0

while i<100:

i+=1

s+=i

print(s)

5050

4950

5000

100

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a = int(input()) #123

print(a+100)   түсініктемені көрсетіңіз

int

print

123

100

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?