DEV Community

SHAMEEM ALI
SHAMEEM ALI

Posted on

2 1

Turtle Event Lisener

today notes(6/05/2022)

1.turtle event lisener




turtle.lisen()
turtle.onkey(fun #create a function with parameter,key #set a key in alphabet & icons)
2.higher oder funtion
one funtion works with another funtion 
eg :def calculation(n1, n2, funtion)
    return funtion(n1, n2)


    calculation(1, 5, add)
add is funtion 

#python commonly use but other language not
3.
Enter fullscreen mode Exit fullscreen mode

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more