onlinecodesimulator/data/lessons.json

10 lines
414 B
JSON

[
{
"title": "Lesson 1",
"content": "Welcome to Python. We are going to learn how to use python to control robots, but we need some basics first.</br>Let's start with the basics of Python programming. Python is a versatile language that is easy to learn and widely used in robotics.<br>"
},
{
"title": "Lesson 2",
"content": "Now let's learn about interrupts..."
}
]