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,16 +8,18 @@ localeTitle: قائمة تمديد الأسلوب
|
||||
|
||||
#### مثال للاستخدام
|
||||
|
||||
`cities = ["San Francisco", "Los Angeles", "New York"]
|
||||
cities_in_texas = ["San Antonio", "Austin", "Dallas"]
|
||||
cities.extend(cities_in_texas)
|
||||
print(cities)
|
||||
`
|
||||
```py
|
||||
cities = ["San Francisco", "Los Angeles", "New York"]
|
||||
cities_in_texas = ["San Antonio", "Austin", "Dallas"]
|
||||
cities.extend(cities_in_texas)
|
||||
print(cities)
|
||||
```
|
||||
|
||||
#### انتاج |
|
||||
|
||||
`["San Francisco", "Los Angeles", "New York", "San Antonio", "Austin", "Dallas"]
|
||||
`
|
||||
```
|
||||
["San Francisco", "Los Angeles", "New York", "San Antonio", "Austin", "Dallas"]
|
||||
```
|
||||
|
||||
#### معلومات اكثر:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user