fonksiyonları öğrendim. Önce basit fonksiyon tanımlamaları yaptım, sonra parametre alan ve geri değer döndüren fonksiyonlarla çalıştım. En çok hoşuma giden şey, aynı kodları tekrar tekrar yazmak yerine bir fonksiyon içinde tanımlayıp istediğim yerde çağırabilmek oldu. Örneğin, girilen sayıların ortalamasını bulan bir fonksiyon yazdım. Kodlarım daha düzenli ve okunabilir hale geldi.
I learned about functions. First, I defined simple functions, then I worked with functions that take parameters and return values. What I enjoyed most was being able to define them within a function and call them wherever I wanted, rather than rewriting the same code over and over. For example, I wrote a function that calculates the average of entered numbers. My code became more organized and readable.