onlinecodesimulator/data/lessons.json

10 lines
414 B
JSON
Raw Normal View History

2025-06-24 07:05:06 +00:00
[
{
"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..."
}
]