@teresa_lance @215_district Hey Ms.Lance I was wondering if the board of education is doing anything about the petition being signed by over 100,000 students about the 4th quarter grading period
This week I created a calendar in python. Basically I took thr parts of a calendar, then broke them up into smaller parts and then coded them into treehouse pythons. Its basic but takes a lot of time. #TFNCWAD
This is a fully functional calculator that run with python code. It solves basic math problems that deal with addition,subtraction, multiplication, and division. It took me forever to get it to work right but now it does. You can see the examples I used at the bottom. #TFNCWAD
In pyhton making conventions for some special methods that utilize the double underscore character along with the method name, is called Dunder main and this is what I learned this week. So in this shows how you can use dunder main to make and calculate expressions. #TFNCWAD
This is a ticket price calculator I learned to make these past weeks in treehouse. I also did Python basics, Introduction List, and Python collections modules in treehouse so now im trying to make different types of python calculators with the other modules I will learn. #TFNCWAD