I need help with turtle graphics assignment in python 3, please!

import datetime
import turtle
myPen = turtle.Turtle()
myPen.shape("arrow")
myPen.speed(0)
#currentMinute = datetime.datetime.now().minute
#currentHour = datetime.datetime.now().hour
currentMinute=datetime.datetime.now().minute
currentHour=datetime.datetime.now().hour
myPen.penup()
myPen.goto(0,-180)
myPen.pendown()
myPen.color("blue")
myPen.circle(180)
myPen.color("red")
myPen.penup()
myPen.goto(0,0)
myPen.setheading(90) # Point to the top - 12 o'clock
myPen.right(currentHour*360/12)
myPen.pendown()
myPen.forward(100)
myPen.penup()
myPen.goto(0,0)
myPen.setheading(90) # Point to the top - 0 minute
myPen.right(currentMinute*360/60)
myPen.pendown()
myPen.forward(150)
myPen.getscreen()
screen=turtle.Screen()
screen.exitonclick()
I need help with turtle graphics assignment in python 3, please! Write a program named Lastname_firstname_clock.py to display a clock face with hands showing the current time. The radius of the clock...
I need help to write a nice introduction for experiment 6
please ( no hands write ) typing
Thank you
HEAT TREATMENT OF STEELS EXPERIMENT 6 EXPERIMENT 6 HEAT TREATMENT OF STEELS THEORY The Effect of Cooling Rate One of the most convenient methods for controlling the properties of a given steel, i.e., a steel whose composition is already fixed, consists of austenizing the steel and ten cooling to room temperature at some predetermined rate. A variation of cooling rates...