I Haz Codes

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Menu
Introduction to variables

Learn

This first lesson in python will take a look at how programs can remember values to be used later on in the form of a variable. The lesson also starts to consider where variables are stored in the computers hardware and links in other CS theory.

Try

You need to add to the program below

  1. Run the code below. Make sure you understand what each line is doing.
  2. Change the variables so they show your name, age and hobby. Do not worry, the personal information is not saved!
  3. Add a forth variable for your favourite music artist.
  4. Display the name of artist using a print in the same way as the other examples.

Challenge

The code below has an error. What is the error and how could you fix it?

Test

Try the following quiz to test your knowledge.

Tasks to try

Below are some tasks to try to practice your skills.

Comments are closed.

Information