Введение в символьные строки

Введение в символьные строки

Professional Development

14 Qs

quiz-placeholder

Similar activities

STC SAMPLE QUIZ

STC SAMPLE QUIZ

Professional Development

10 Qs

CVS Respi Case 3

CVS Respi Case 3

Professional Development

15 Qs

Chapter 1 Binar SYNERGY 6

Chapter 1 Binar SYNERGY 6

Professional Development

15 Qs

Ecology quiz

Ecology quiz

Professional Development

10 Qs

Great Inventions & Great Minds

Great Inventions & Great Minds

Professional Development

15 Qs

Holiday Special Interbody Quiz

Holiday Special Interbody Quiz

Professional Development

10 Qs

View Tab

View Tab

Professional Development

14 Qs

Introduction to Excel Week 1

Introduction to Excel Week 1

Professional Development

12 Qs

Введение в символьные строки

Введение в символьные строки

Assessment

Quiz

Science

Professional Development

Hard

Created by

Анна Грибова

Used 1+ times

FREE Resource

AI

Enhance your content

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

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

s1="ИП"

s2="312к"

s =s1+"-"+s2+"!"

Какой текст в строке s ?

ИП-312

ИП-312к!

ИП-312к

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

s = "0123456789"

s1 = s[2:5]

Какой текст в строке s1 ?

1234

2345

87654

234

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

s="0123456789"

s1=s[:-5]

Какой текст в строке s1 ?

01234

5

98765

9876

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

s="0123456789"

s1=s[:3]+s[3:5]

Какой текст в строке s1 ?

012345

123456

123456789

789345

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

s="0123456789"

s1=s[:2]+s[7:]

Какой текст в строке s1 ?

0123789

0127

012789

2789

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

text = "вечеринка"

result=text[::-1]

print(result)

вечер

речев

акниречев

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

text = "Питон Питонов"
even_index_chars = text[:1]
print(even_index_chars)

П.

П

Питон

в

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?

Discover more resources for Science