Skip to content

Commit 06267bd

Browse files
committed
reviewing module1-en
1 parent b58075b commit 06267bd

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

data/modules/module1/module1-en.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,37 +3,37 @@
33
"description": "In this module, you will learn what Python is and how to create your first programs. You will learn how to display text, use variables, work with numbers and strings, perform basic operations, and interact with the user through data input.",
44
"steps": [
55
{
6-
"name": "1. What is Python and how does it work?",
6+
"name": "1. What is Python and How Does It Work?",
77
"description": "Introduction to the language, its features, readable syntax, and its uses.",
88
"color": "#FFD43B",
99
"unit": "learning-unit1"
1010
},
1111
{
12-
"name": "2. Your first program:<code>print()</code>",
12+
"name": "2. Your First Program: <code>print()</code>",
1313
"description": "How to display text on the screen and understand the basic structure of a program.",
1414
"color": "#3776AB",
1515
"unit": "learning-unit2"
1616
},
1717
{
18-
"name": "3. Comments and basic code style",
18+
"name": "3. Comments and Basic Code Style",
1919
"description": "Using <code>#</code> to document code and keep it readable.",
2020
"color": "#1B983A",
2121
"unit": "learning-unit3"
2222
},
2323
{
24-
"name": "4. Variables and basic data types",
24+
"name": "4. Variables and Basic Data Types",
2525
"description": "What variables are, how to create them, and the most common types: <code>int</code>, <code>float</code>, <code>str</code>, <code>bool</code>.",
2626
"color": "#6464FF",
2727
"unit": "learning-unit4"
2828
},
2929
{
30-
"name": "5. Mathematical and text operations",
30+
"name": "5. Mathematical and Text Operations",
3131
"description": "Using <code>+</code>, <code>-</code>, <code>*</code>, <code>/</code> operators, string concatenation, and repetition",
3232
"color": "#FFD43B",
3333
"unit": "learning-unit5"
3434
},
3535
{
36-
"name": "6. Data input with <code>input()</code>",
36+
"name": "6. Data Input With <code>input()</code>",
3737
"description": "How to receive information from the user and process it.",
3838
"color": "#3776AB",
3939
"unit": "learning-unit6"

0 commit comments

Comments
 (0)