Skip to content

Instantly share code, notes, and snippets.

View Sagor0078's full-sized avatar
🎯
Focusing untill death

Muhammad Sagor Sagor0078

🎯
Focusing untill death
View GitHub Profile
// Array of products with their prices
const products = [
{ name: "Laptop", price: 999.99 },
{ name: "Mouse", price: 25.50 },
{ name: "Keyboard", price: 15.99 },
{ name: "USB Cable", price: 5.00 },
{ name: "Monitor", price: 199.99 },
{ name: "Headphones", price: 19.99 }
];
@Sagor0078
Sagor0078 / howmatrices_transform.ipynb
Created May 19, 2023 18:22
howMatrices_transform.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.