Python есептер 1

Python есептер 1

9th - 12th Grade

16 Qs

quiz-placeholder

Similar activities

Python Basics (CodeHS)

Python Basics (CodeHS)

7th - 12th Grade

20 Qs

Python Functions

Python Functions

12th Grade

15 Qs

الجملة التكرارية while Loop

الجملة التكرارية while Loop

11th Grade

14 Qs

kartkówka - petle for i while w języku Python

kartkówka - petle for i while w języku Python

12th Grade

15 Qs

Arrays in Java

Arrays in Java

9th - 12th Grade

20 Qs

CodeHS Python Unit 7 Looping Quiz Review

CodeHS Python Unit 7 Looping Quiz Review

9th - 12th Grade

15 Qs

CodeHS - Intro to Python - Basics and Console Interaction

CodeHS - Intro to Python - Basics and Console Interaction

9th Grade - Professional Development

20 Qs

Python Final 052224 - 3

Python Final 052224 - 3

10th Grade

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