export const lessons = [ { id: 'lesson1', title: '1. Introduction to Python', difficulty: 'easy', content: `
Let's learn some Python..
We'll start with what's called a "Hello World" program to make sure everythings working.
In Python, this is done with the print function.
print("Hello World")Interrupts allow your code to react to pin changes asynchronously.
More content here...
` } ];