Python есептер 1

Python есептер 1

9th - 12th Grade

16 Qs

quiz-placeholder

Similar activities

偽代碼程序編寫

偽代碼程序編寫

10th Grade

11 Qs

PS Разминка перед циклами

PS Разминка перед циклами

9th - 12th Grade

13 Qs

Java Decision/Selection Self-Check

Java Decision/Selection Self-Check

9th - 12th Grade

20 Qs

Python 1.0

Python 1.0

10th Grade - University

20 Qs

Looping Review

Looping Review

10th - 12th Grade

15 Qs

Unit 5 TEST

Unit 5 TEST

11th - 12th Grade

20 Qs

Python Unit 5 Looping

Python Unit 5 Looping

9th - 12th Grade

15 Qs

Python Week 6

Python Week 6

6th - 10th Grade

16 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?