My name is Kyler Chew, and I am 12 years old. I started learning Python in Primary 3 because it is fun and easy to use. With Python, I can write programs to solve math problems and tackle tricky questions step by step. After building my fundamentals, I learned Pygame to create educational games for my friends to play and compete in. This made learning more fun and interactive while improving my programming and creative thinking skills. I have documented my journey in coding, innovation, and STEM.
In this project, I learned how to take two numbers as input and use the modulo operator (%) to find the remainder when the first number is divided by the second. This helps us see how numbers can be broken into parts, which is useful in many math puzzles.
In this project, I designed a program that checks if a number is even or odd using if-else statements. This project teaches me how to make decisions in code based on conditions.
This game challenges you to decide if a number is prime by using if-else statements. It’s a fun way to reinforce the concept of prime numbers and divisibility in code.
I organized a math competition among my friends, and one of the challenges involved calculating the factorial of a given number. I created a Python script that took a user input and calculated the factorial of the given number.
In this project, I used a for loop to count the number of vowels and consonants in a given string. The loop iterates through each character in the string, checking if it is a vowel or consonant, and updates the counts accordingly.
In this project, I created a number pyramid using nested for loops. The outer loop controls the number of rows, while the inner loop prints the numbers in each row. This project demonstrates how to use loops to create patterns and shapes in Python.
In this project, I built a countdown timer that uses a while loop to count down from a starting number until it reaches 1. This is important because it shows me how to repeat an action until a condition is met.
I have created a Python script named sum_of_my_even_numbers.py. It prompts me for a positive integer, and using a while loop, it calculates and displays the sum of all even numbers from 2 to the entered integer.
No other achievements listed yet.