Category: Uncategorized
-
understanding functions in python :)
function is basically a reusable task we can control 2 things on task “what to do”, “when to do” what to do -> writing the function (behavior) when to do -> calling the function (timing) suppose i gave you a task -> print table of 5 you might take one approach like # 5 *…
-
DDA Algorithm
Note : Graphics.h need to be set to run most of these programs Visit url to set graphics.h : http://tiny.cc/setgraphics