As part of this project you will learn:
Computer Programming or Coding is the process of writing instructions for a computer to follow. It's like a recipe, but for a computer. The instructions tell the computer what to do and in what order to do it.
Those sets of instructions that the computer follows to do something are written in a Programming Language.
We will be learning a text-based programming language called Python.
Students may create a free account to save all the projects-> click here, and note that parental permission is required to create accounts for children under 13.
IMPORTANT!: It's important to understand that Trinket creates public web pages and projects that anyone with a link can view. Young people may need a reminder about the importance of not sharing personal information online.
The input() allows you to input information into the program. Let's ask to enter the name. Type the following code into the next line:
Click Run, this piece of code will ask you to enter your name. Enter your name.
Your name will be stored in the code in the variable called name. Variables are containers for storing data values.
Now our program knows your name, so let's print it out. Type the next line of code as shown in the picture:
After you run the code you will be able to see that program printed out a greeting to you.
The final program code should look like this:
In order to receive your completion certificate all projects should be submited before 6th April 2023
You have completed this project.