Отримання знань

дистанційна підтримка освіти школярів


Тут ви можете виконати завдання чи задати питання по змiсту цього уроку.

Порхун Алла Олексіївна (porkhun) 2017-02-07 15:08:52
Алла Олексіївна пробує, чи копіюється код.
from turtle import *
width(4)
Семенов никита (semenov) 2017-02-07 16:14:45
Купчик Григорій, перше завдання, 23 команди.
Тестовий користувач (test) 2024-10-20 16:37:36
555
Тестовий користувач (test) 2024-10-20 16:37:36
555
Тестовий користувач (test) 2024-10-20 16:37:35
555
Тестовий користувач (test) 2024-10-20 16:37:35
555
Тестовий користувач (test) 2024-10-20 16:37:35
555
Тестовий користувач (test) 2024-10-20 16:37:34
555
Семенов никита (semenov) 2017-02-07 16:29:23
Купчик Григорій, друге завдання, 37 ліний.
Тестовий користувач (test) 2024-10-20 16:37:34
555
Тестовий користувач (test) 2024-10-20 16:37:34
555
Андрій Черній Олегович (Andrmist) 2017-02-07 17:15:54
Черній Андрій перше завдання 26 команд
Тестовий користувач (test) 2024-10-20 16:37:33
555
Тестовий користувач (test) 2024-10-20 16:37:33
555
Тестовий користувач (test) 2024-10-20 16:37:33
555
Тестовий користувач (test) 2024-10-20 16:37:32
Тестовий користувач (test) 2024-10-20 16:37:32
555
Тестовий користувач (test) 2024-10-20 16:37:31
555
Тестовий користувач (test) 2024-10-20 16:37:31
555
Тестовий користувач (test) 2024-10-20 16:37:30
555
Соня (Minni) 2017-02-07 18:13:52
Чернуха Софія 5В
Задача 1
23 команд
from turtle import *
width (5)
color (0.0, 1.0, 0.0)
forward (100)
left (90)
forward (100)
left (90)
forward (100)
left (90)

color (1.0, 0.0, 0.0)
forward (80)
left (90)
forward (80)
left (90)

color (0.0, 0.0, 1.0)
forward (60)
left (90)
forward (60)
left (90)

color (1.0, 1.0, 0.0)
forward (40)
left (90)
forward (40)

Тестовий користувач (test) 2024-10-20 16:37:30
555
Тестовий користувач (test) 2024-10-20 16:37:30
555
Тестовий користувач (test) 2024-10-20 16:37:29
555
Тестовий користувач (test) 2024-10-20 16:37:27
Тестовий користувач (test) 2024-10-20 16:37:27
555
Тестовий користувач (test) 2024-10-20 16:37:27
555
Тестовий користувач (test) 2024-10-20 16:37:26
555
Панасенко Вероніка (nika2006) 2017-02-11 16:40:49
Панасенко Вероніка задача 2 43 команди

from turtle import *
width(4)
color(1.0, 0.0, 0.0)
left(70)
fd(90)
rt(140)
fd(90)

color(1.0,0.5, 0.0)
lt(140)
fd(90)
rt(140)
fd(90)

color(1.0, 1.0, 0.0)
left(140)
fd(90)
rt(140)
fd(90)

color(0.0,1.0, 0.0)
lt(140)
fd(90)
rt(140)
fd(90)

color(0.0, 1.0, 1.0)
left(140)
fd(90)
rt(140)
fd(90)

color(0.0,0.0, 1.0)
lt(140)
fd(90)
rt(140)
fd(90)

color(1.0,1.0, 0.0)
lt(140)
fd(90)
rt(140)
fd(90)

Панасенко Вероніка (nika2006) 2017-02-11 16:51:36
Панасенко Вероніка задача 3 51 команда

from turtle import *
width(4)
begin_fill()
color(1.0, 0.0, 0.0)
left(70)
fd(90)
rt(140)
fd(90)
end_fill()

begin_fill()
color(1.0,0.5, 0.0)
lt(140)
fd(90)
rt(140)
fd(90)
end_fill()

begin_fill()
color(1.0, 1.0, 0.0)
left(140)
fd(90)
rt(140)
fd(90)
end_fill()

begin_fill()
color(0.0,1.0, 0.0)
lt(140)
fd(90)
rt(140)
fd(90)
end_fill()


begin_fill()
color(0.0, 1.0, 1.0)
left(140)
fd(90)
rt(140)
fd(90)
end_fill()

begin_fill()
color(0.0,0.0, 1.0)
lt(140)
fd(90)
rt(140)
fd(90)
end_fill()

color(1.0,1.0, 0.0)
lt(140)
fd(90)
rt(140)
fd(90)
end_fill()
маша пенькна (pmasha2006) 2017-02-12 13:53:07
Пенькна Мария
Задача 2
38 команд
width(4)
color('red')
left(70)
forward(90)
left(220)
forward(90)
left(140)
color('orange')
forward(90)
left(220)
forward(90)
left(140)
color('yellow')
forward(90)
left(220)
forward(90)
left(140)
color('green')
forward(90)
left(220)
forward(90)
left(140)
color(0,0.28,0.72)
forward(90)
left(220)
forward(90)
left(140)
color(0.30,0,0.70)
forward(90)
left(220)
forward(90)
left(140)
color(0.60,0.40)
forward(90)
left(220)
forward(90)
Тестовий користувач (test) 2024-10-20 16:37:26
555
Тестовий користувач (test) 2024-10-20 16:37:26
555
Тестовий користувач (test) 2024-10-20 16:37:25
555
Тестовий користувач (test) 2024-10-20 16:37:25
Тестовий користувач (test) 2024-10-20 16:37:25
555
Тестовий користувач (test) 2024-10-20 16:37:24
555
Тестовий користувач (test) 2024-10-20 16:37:24
555
Тестовий користувач (test) 2024-10-20 16:37:24
555
Тестовий користувач (test) 2024-10-20 16:37:23
555
Тестовий користувач (test) 2024-10-20 16:37:23
555
Тестовий користувач (test) 2024-10-20 16:37:23
555
Тестовий користувач (test) 2024-10-20 16:37:23
555
Тестовий користувач (test) 2024-10-20 16:37:22
555
Тестовий користувач (test) 2024-10-20 16:37:22
555
Тестовий користувач (test) 2024-10-20 16:37:22
555
Тестовий користувач (test) 2024-10-20 16:37:21
555
Тестовий користувач (test) 2024-10-20 16:37:21
555
Тестовий користувач (test) 2017-10-20 07:36:00
Тестовий користувач (test) 2017-10-20 07:35:59
Тестовий користувач (test) 2017-10-20 07:35:59
Тестовий користувач (test) 2017-10-20 07:35:58
Тестовий користувач (test) 2017-10-20 07:35:58
Тестовий користувач (test) 2017-10-20 07:35:58
Тестовий користувач (test) 2017-10-20 07:35:58
Тестовий користувач (test) 2017-10-20 07:35:56
Тестовий користувач (test) 2017-10-20 07:35:56
Тестовий користувач (test) 2017-10-20 07:35:55
Тестовий користувач (test) 2017-10-20 07:35:55
Тестовий користувач (test) 2017-10-20 07:35:55
Тестовий користувач (test) 2017-10-20 07:35:55
Олена (_Helena_) 2017-02-13 21:48:49
Чащін Дмитро
Завдання 2
40 команд
from turtle import*
up()
goto(-200,0)
down()
width(5)
color(1,0.0,0.0)
left(70)
fd(90)
right(140)
fd(90)
color(1,0.5,0.0)
left(140)
fd(90)
right(140)
fd(90)
color(1,1,0.0)
left(140)
fd(90)
right(140)
fd(90)
color(0.5,1,0.5)
left(140)
fd(90)
right(140)
fd(90)
color(0.5,0.5,1)
left(140)
fd(90)
right(140)
fd(90)
color(0.0,0.0,1)
left(140)
fd(90)
right(140)
fd(90)
color(1,0.0,1)
left(140)
fd(90)
right(140)
fd(90)
Олена (_Helena_) 2017-02-13 22:00:00
Чащін Дмитро
Завдання 3
54 команд
from turtle import*
up()
goto(-200,0)
down()
width(5)
begin_fill()
color(1,0.0,0.0)
left(70)
fd(90)
right(140)
fd(90)
end_fill()
begin_fill()
color(1,0.5,0.0)
left(140)
fd(90)
right(140)
fd(90)
end_fill()
begin_fill()
color(1,1,0.0)
left(140)
fd(90)
right(140)
fd(90)
end_fill()
begin_fill()
color(0.5,1,0.5)
left(140)
fd(90)
right(140)
fd(90)
end_fill()
begin_fill()
color(0.5,0.5,1)
left(140)
fd(90)
right(140)
fd(90)
end_fill()
begin_fill()
color(0.0,0.0,1)
left(140)
fd(90)
right(140)
fd(90)
end_fill()
begin_fill()
color(1,0.0,1)
left(140)
fd(90)
right(140)
fd(90)
end_fill()
Олена (_Helena_) 2017-02-13 22:22:02
Чащін Дмитро
Завдання 4
30 команд
from turtle import*
width(5)
begin_fill()
color('green')
fd(80)
left(60)
fd(80)
left(60)
fd(80)
left(60)
fd(80)
left(60)
fd(80)
left(60)
fd(80)
left(60)
end_fill()
color('red')
fd(80)
left(60)
fd(80)
left(60)
fd(80)
left(60)
fd(80)
left(60)
fd(80)
left(60)
fd(80)
left(60)
Олена (_Helena_) 2017-02-13 22:53:33
Чащін Дмитро
Завдання 5
38 команд
from turtle import*
width(5)
begin_fill()
color('green')
fd(80)
left(60)
fd(80)
left(60)
fd(80)
left(60)
fd(80)
left(60)
fd(80)
left(60)
fd(80)
left(90)
end_fill()
color(1,1,1)
begin_fill()
fd(138)
left(120)
fd(138)
left(120)
fd(138)
left(90)
end_fill()
color('red')
fd(80)
left(60)
fd(80)
left(60)
fd(80)
left(60)
fd(80)
left(60)
fd(80)
left(60)
fd(80)
Тестовий користувач (test) 2017-10-20 07:35:53
Тестовий користувач (test) 2017-10-20 07:35:53
Тестовий користувач (test) 2017-10-20 07:35:53
Тестовий користувач (test) 2017-10-20 07:35:53
Тестовий користувач (test) 2017-10-20 07:35:52
Тестовий користувач (test) 2017-10-20 07:35:51
Тестовий користувач (test) 2017-10-20 07:35:51
Бог (BogusCristal) 2017-02-14 15:59:45
Погребнов Богуслав (5-Б клас)

Перша задача
Команд: 25
Код:
from turtle import *
speed(10)
width(5)
color('green')
forward(100)
right(270)
forward(100)
right(270)
forward(100)
right(270)
color('red')
forward(80)
right(270)
forward(80)
right(270)
color('blue')
forward(60)
right(270)
forward(60)
right(270)
color('yellow')
forward(40)
right(270)
forward(40)
right(270)

ДРУГА ЗАДАЧА
Команд: 42
Код:
from turtle import *
speed(10)
up()
goto(-200,0)
down()
color('red')
width(5)
left(70)
forward(90)
right(140)
forward(90)
color('orange')
left(140)
forward(90)
right(140)
forward(90)
color('yellow')
left(140)
forward(90)
right(140)
forward(90)
color('green')
left(140)
forward(90)
right(140)
forward(90)
color('blue')
left(140)
forward(90)
right(140)
forward(90)
color('dark blue')
left(140)
forward(90)
right(140)
forward(90)
color('pink')
left(140)
forward(90)
right(140)
forward(90)

ЗАДАЧА ТРЕТЯ
Команд:55
Код:
from turtle import *
speed(10)
up()
goto(-200,0)
down()
color('red')
begin_fill()
width(5)
left(70)
forward(90)
right(140)
forward(90)
end_fill()
color('orange')
begin_fill()
left(140)
forward(90)
right(140)
forward(90)
end_fill()
color('yellow')
begin_fill()
left(140)
forward(90)
right(140)
forward(90)
end_fill()
color('green')
begin_fill()
left(140)
forward(90)
right(140)
forward(90)
end_fill()
color('blue')
begin_fill()
left(140)
forward(90)
right(140)
forward(90)
end_fill()
color('dark blue')
begin_fill()
left(140)
forward(90)
right(140)
forward(90)
end_fill()
begin_fill()
color('pink')
left(140)
forward(90)
right(140)
forward(90)
end_fill()

ЗАДАЧА ЧЕТВЕРТА
Команд:18
Код:
from turtle import *
begin_fill()
color('red')
width(5)
forward(80)
left(60)
forward(80)
left(60)
forward(80)
left(60)
forward(80)
left(60)
forward(80)
left(60)
forward(80)
left(60)
color('green')
end_fill()

ЗАДАЧА ПЯТА
Команд: 25
Код:
from turtle import *
begin_fill()
color('red')
width(5)
forward(80)
left(60)
forward(80)
left(60)
forward(80)
left(60)
forward(80)
left(60)
forward(80)
left(60)
forward(80)
left(60)
color('green')
end_fill()
begin_fill()
color('white')
left(31)
forward(132)
right(242)
forward(131)
end_fill()

Тестовий користувач (test) 2017-10-20 07:35:50
Тестовий користувач (test) 2017-10-20 07:35:50
Тестовий користувач (test) 2017-10-20 07:35:50

Повернутися до уроку

Повернутися до перелiку уроків курсу

В системі: гості - (1); користувачі - (0)