This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |