4. Conclusion: Your Journey as a Programmer
- Conclusion: Your Journey as a Programmer
You have successfully moved beyond the basics and acquired three core “superpowers” that are fundamental to all programming. You can:
- Give the turtle a memory with Variables, making your code flexible and easy to modify.
- Clone its skills with Procedures, allowing you to build complex creations from simple, organized blocks.
- Give it a mind of its own with Decision-Making (if and while), creating dynamic and unpredictable programs.
Your journey as a programmer is just beginning. These skills are the essential building blocks used in virtually every programming language. Now it’s time for a challenge.
The Programmer’s Challenge: Can you combine these superpowers? Create a procedure that draws a flower with a random number of petals, each of a random size. You have all the tools. Now, go create something no one has seen before!