simple crypto portfolio using Python. It lets you input your holdings and prints the total value (mock prices for now, can be replaced with live API calls):
# Simple crypto portfolio tracker (mock prices)
mock_prices = {
"BTC": 65000,
"ETH": 3200,
"SOL": 150,
"ADA": 0.45
}
def