Python есептер 1

Python есептер 1

9th - 12th Grade

16 Qs

quiz-placeholder

Similar activities

Microcontrolere Noțiuni generale. Structura internă

Microcontrolere Noțiuni generale. Structura internă

KG - 12th Grade

16 Qs

TEST1.PY

TEST1.PY

10th Grade - University

20 Qs

Mengenal Jendela dan Ikon Microsoft Excel

Mengenal Jendela dan Ikon Microsoft Excel

7th Grade - University

15 Qs

Creative iMedia: Strengths, Weaknesses and Improvements

Creative iMedia: Strengths, Weaknesses and Improvements

10th Grade

11 Qs

Html - язык гипертекстовой разметки

Html - язык гипертекстовой разметки

10th Grade

20 Qs

Conditions

Conditions

8th - 10th Grade

16 Qs

مراجعة-علوم الحاسب-نهاية ف2

مراجعة-علوم الحاسب-نهاية ف2

11th 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?