Latest Posts

In this activity, you are given two dictionaries. They are actually the same dictionary, except that one contains content, and the other doesn't. Your job is ...

In this activity, you will get more practice declaring and manipulating variables and lists. Starter file # Create a list, `list_1`, with `0`, `1`, ...

You will be getting more practice declaring and manipulating variables, and checking logic in this exercise. Starter file # Declare a variable of `name` ...

In this activity, you will get more practice declaring and manipulating variables, using conditionals, and requesting user input. Starter file # Declare ...

In this activity, you will get more practice declaring and manipulating variables, as well as using if-else statements. Starter file ...

In this activity, you will review variable declaration and conditionals. Starter file # Create a list called 'farm' with the elements "pig", "cow", ...

In this activity, you will get more practice declaring, printing, and concatenating variables. Starter file # Variables # This is a comment - any code ...

In this activity, you will create a Python script that implements conditional statements using comparison and logical operators. Background Like you, ...

In this activity, you will create a Python program to perform percent increase calculations. Background For the last week, you've been watching your ...

Begin by opening the Python interactive shell from JupyterLab or Anaconda. To do this, open a command line in the relevant application and type "Python". You ...