Python есептер 1

Python есептер 1

9th - 12th Grade

16 Qs

quiz-placeholder

Similar activities

SOFTWARE 7I

SOFTWARE 7I

7th Grade - University

20 Qs

CSS - Operating System

CSS - Operating System

11th Grade

20 Qs

POWERPOINT QUIZZ

POWERPOINT QUIZZ

10th - 12th Grade

20 Qs

FormazioneSicurezzaSpecifica_Mod. 3.1

FormazioneSicurezzaSpecifica_Mod. 3.1

9th - 12th Grade

17 Qs

Test on Python Function

Test on Python Function

11th - 12th Grade

12 Qs

Types of Mass Media

Types of Mass Media

10th Grade - Professional Development

11 Qs

Common Protocols

Common Protocols

10th - 12th Grade

15 Qs

Topic 4.1 Introduction to Java

Topic 4.1 Introduction to Java

12th Grade

20 Qs

Python есептер 1

Python есептер 1

Assessment

Quiz

Computers

9th - 12th Grade

Practice Problem

Medium

Created by

Nuritdin Kamalbekov

Used 28+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?