Skip to content

Instantly share code, notes, and snippets.

@hydra750
hydra750 / main.py
Created October 5, 2025 08:56
Sophia Learning - Python Touchstone
# Expense Tracker Program
# This program allows users to record their daily expenses and calculate the total amount spent.
# It helps users manage their budget by providing a simple way to view a summary of all expenses.
# Create an empty list that will hold all the expenses entered by the user.
expenses = []
# Initialize a variable to store the total amount spent.
total = 0.0
DELAY 800
GUI r
DELAY 500
STRING cmd
DELAY 100
ENTER
DELAY 800
STRING start https://www.youtube.com/subscription_center?add_user=pewdiepie
STRING && exit
ENTER
DELAY 800
GUI r
DELAY 500
STRING cmd
DELAY 100
ENTER
DELAY 800
STRING start https://www.youtube.com/subscription_center?add_user=pewdiepie
STRING && exit
ENTER