В категории материалов: 32
Показано материалов: 21-30
Python. Цикл FOR
- Синтаксис
- Диапазон значений итератора - Range
- Когда использовать цикл FOR
- Вопросы
- Упражнения
- Задачи
11.1.2.4 писать программу, используя цикл For
11.1.2.5 определять диапазон значений для цикла |
Python. WHILE Loop
- Определение
- Особенности цикла while
- Вопросы
- Упражнения
- Задачи
11.1.2.1 писать программный код, используя цикл While
11.1.2.2 программировать циклический алгоритм в соответствии с блок-схемой |
Python. Условный оператор.
- Ветвление
- Операторы сравнения
- Конструкция if-else
- Тернарный условный оператор
- Конструкция if-elif-else
- Вопросы
- Упражнения
- Задачи
11.1.1.7 применять логические операции для логических переменных;
11.1.1.9 реализовывать алгоритмы ветвления в соответствии с блок-схемой. |
Программирование на Python
- Тематическое планирование
- Ссылки на материалы и упражнения к урокам
|
Python. Slicing a string (Срезы строк)
- Strings. Slices
- Questions
- Exercises
11.2.2.2 use slicers to process the string |
Python. Strings (Строки)
- Strings. Indexing
- Negative indexes
- Iterating over the elements of a string.
- Questions
- Exercises
11.2.2.3 apply functions and string processing methods
11.2.2.1 perform access to the elements of strings, lists, tuples
11.2.3.6 determine the difference between different data structures |
Python. FOR loop
- Syntax
- Range
- When to use FOR loop
- Questions
- Exercises
11.1.2.4 write program code using a for loop
11.1.2.5 define a range of values for a loop |
Expert system. Imperative languages
12.5.1.2 create a simple expert system |
Python.
- Selection
- Comparison operations
- if-else statement
- Ternary conditional operator
- if-elif-else statement
- Questions
- Exercises
11.1.1.7 apply logic operations to Boolean variables;
11.1.1.9 implement the branching algorithm according to the flowchart; |