Skip to content

Commit 0f3c6a6

Browse files
authored
fix(english for developers): remove backticks in challenges from Python (freeCodeCamp#62061)
1 parent c027a8d commit 0f3c6a6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

curriculum/challenges/english/blocks/learn-how-to-share-your-opinion/67876442173eb3094261233a.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Listen to the audio and complete the sentence below.
1919

2020
## --blanks--
2121

22-
`Python`
22+
Python
2323

2424
### --feedback--
2525

@@ -35,7 +35,7 @@ This word is used to describe something that is better than all others.
3535

3636
# --explanation--
3737

38-
`Python` is the name of a popular programming language. It is often used for tasks like web development, data analysis, and automation. For example:
38+
Python is the name of a popular programming language. It is often used for tasks like web development, data analysis, and automation. For example:
3939

4040
`Python is great for learning how to code.` - This sentence means Python is a good choice for beginners who want to start coding.
4141

curriculum/challenges/english/blocks/learn-how-to-use-basic-programming-vocabulary-in-conversations/662b718c7709f809559d5806.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dashedName: task-23
99

1010
# --description--
1111

12-
`Python` is a popular programming language known for its simplicity and readability. It's widely used for web development, data analysis, artificial intelligence, and scientific computing. It allows programmers to express concepts in fewer lines of code than possible in languages such as C++ or Java.
12+
Python is a popular programming language known for its simplicity and readability. It's widely used for web development, data analysis, artificial intelligence, and scientific computing. It allows programmers to express concepts in fewer lines of code than possible in languages such as C++ or Java.
1313

1414
The expression `Can you help me with` is a polite way to ask for assistance with a specific issue or task. For example, `Can you help me with my homework?`
1515

@@ -21,7 +21,7 @@ The expression `Can you help me with` is a polite way to ask for assistance with
2121

2222
## --blanks--
2323

24-
`Python`
24+
Python
2525

2626
### --feedback--
2727

0 commit comments

Comments
 (0)