-
Updated
Mar 17, 2024 - HTML
grade11edison
Here are 49 public repositories matching this topic...
This program was to create a game in which the goal is to eliminate all of the bricks with a ball while keeping the ball bouncing.
-
Updated
Mar 17, 2024 - Python
The task was to write a program that outputs a joke on multiple lines.
-
Updated
Mar 15, 2024 - Python
We explored the built-in functions of the math module. Some examples are squareRoot, absolute value, power, sum, subtraction, division, and multiplication. After that we did a practice run of how we can use math in code.
-
Updated
Mar 17, 2024 - Python
I wrote a program that will ask the user for a series of words. Then plug them into a paragraph template.
-
Updated
Mar 17, 2024 - Python
-
Updated
Mar 17, 2024 - Python
A program called "Time Reminder"
-
Updated
Mar 17, 2024 - Python
I modified the code to make it more personalized to the user and add and multiply numbers that are given to it.
-
Updated
Mar 17, 2024 - Python
For this lab, you will find the area of an irregularly shaped room with the shape as shown above. Ask the user to enter the values for sides A, B, C, D, and E and print out the total room area using are of a rectangle (length * width) and the area of a right triangle is (0.5 * the base * height).
-
Updated
Mar 17, 2024 - Python
Write a program that will ask a user how many numbers they would like to check. Then, using a for loop, prompt the user for a number, and output if that number is divisible by 3 or not. Continue doing this as many times as the user indicated. Once the loop ends, output how many numbers entered were divisible by 3 and how many were not divisible
-
Updated
Mar 17, 2024 - Python
We are predicting what the code will do when it runs. The predictions should be added to the code as comments.
-
Updated
Mar 17, 2024 - Python
In the modified tasks, I was given some starter code. Use the instructions below to make changes to the code. I commented on my changes to explain what you have done.
-
Updated
Mar 17, 2024 - Python
We are investigating what is wrong with the code and answer the questions given.
-
Updated
Mar 17, 2024 - Python
In this program we renamed the function so that it has a sensible name. Then it got the user to input a country. Store it in a variable. Call the function again with the variable as the parameter.
-
Updated
Mar 17, 2024 - Python
This program will define four subroutines - add, subtract, multiply, divide that add multiply. Two numbers and return the result. Each should have two integer number arguments. The user is asked to input two numbers. These numbers will be passed as arguments into one of the subroutines.
-
Updated
Mar 17, 2024 - Python
We are predicting what will happen in the code based on the statements we were given.
-
Updated
Mar 17, 2024 - Python
In this program, we explored the Carnegie Mellon School of Computer Science graphics module and created various shapes. The final task was to create an avatar.
-
Updated
Mar 16, 2024 - Python
We are writing a prediction of what it will do when it runs.
-
Updated
Mar 17, 2024 - Python
Generate a QR Code for our Business Card (practice)
-
Updated
Mar 17, 2024 - Python
Improve this page
Add a description, image, and links to the grade11edison topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the grade11edison topic, visit your repo's landing page and select "manage topics."