Search Header Logo
Week#8: Visiting Turtle library

Week#8: Visiting Turtle library

Assessment

Presentation

Computers

4th Grade

Hard

Created by

Maha Abd Al Aziz Zuaiter

FREE Resource

10 Slides • 0 Questions

1

Week#8: Visiting Turtle library

by Maha Abd Al Aziz Zuaiter

media

2

​Computer standard

1B-AP-09: Create programs that use variables to store and modify data. Variables are used to store and modify data.

media

3

​Learning objectives

​Create students accounts on code avengers.com

​ https://account.codeavengers.com/signup

​Recognize python turtle platform .

​Recognize what an IDLE is ,what a prompt is , what a function is

​Recognize how to visit turtle library and import some functions on online editor .

​​​Recognize how to [import turtle library] and how to write the first simple program .

media

4

​5 minutes recapping for the previous information

media

5

​Start

​join [https://learn.codeavengers.com/python ] to create students account

Join [https://learn.codeavengers.com/python/0#1.1] to write the first simple program .

​join https://learn.codeavengers.com/python/100#1.1 ]to import turtle functions from turtle library .

6

​Activity#1: Print a sentence

​print (" Welcome to programming world")

​print("We are Grade 4 students ..the small programmers")

​print("This is our first program ...done by ")

​print("Maha.... Grade4A")

7

​Activity#2

​1. >>> is called a __________

​ a. Greater than sign b. Prompt c. smaller than

​2. The full form of IDLE is :

​______________________________________________

​3. Find the error and then check it .

​print ( Welcome to programming world )

​_______________________________________________

​4. print is a

​a. python function or reserved word b. variable c. none

​z

8

​Critical thinking question

​1)Write a line of code that asks the user's name and stores it in a variable called name.

2)Display the user's name using the

​Hint :

​Create a variable called name .

media

9

​Activity#3:- import turtle library function and draw a small square using a turtle graphics [MOT]

​​import turtle

talia = turtle.Turtle()

talia.forward(150)

talia.right(90)

talia.forward(150)

talia.right(90)

talia.forward(150)

talia.right(90)

talia.forward(150)

10

​Students Reflection

Which code is the correct when you want to print a sentence

a) printf("Hello world")

b) printLn("Hellow world")

​c) print ("Hello world")

​A __________ should be written between two quotation .

Week#8: Visiting Turtle library

by Maha Abd Al Aziz Zuaiter

media

Show answer

Auto Play

Slide 1 / 10

SLIDE