Convert single backtick code sections to triple backtick code sections for Arabic Guide articles (13 of 15) (#36240)
* fix: converted single to triple backticks13 * fix: added prefix Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com> * fix: removed language in wrong place Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com> * fix: add language postfix Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com> * fix: removed language in wrong place Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com>
This commit is contained in:
@@ -8,15 +8,17 @@ localeTitle: قائمة طريقة إلحاق
|
||||
|
||||
#### مثال للاستخدام
|
||||
|
||||
`words = ["I", "love", "Python"]
|
||||
words.append("very much")
|
||||
print(words)
|
||||
`
|
||||
```py
|
||||
words = ["I", "love", "Python"]
|
||||
words.append("very much")
|
||||
print(words)
|
||||
```
|
||||
|
||||
#### انتاج |
|
||||
|
||||
`["I", "love", "Python", "very much"]
|
||||
`
|
||||
```
|
||||
["I", "love", "Python", "very much"]
|
||||
```
|
||||
|
||||
كما قد تلاحظ أن العنصر `"very much"` يتم إلحاقه بالقائمة.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user