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:
@@ -14,10 +14,11 @@ localeTitle: بيثون عبس وظيفة
|
||||
|
||||
## عينة الكود
|
||||
|
||||
`print(abs(3.4)) # prints 3.4
|
||||
print(abs(-6)) # prints 6
|
||||
print(abs(3 + 4j)) # prints 5, because |3 + 4j| = 5
|
||||
`
|
||||
```python
|
||||
print(abs(3.4)) # prints 3.4
|
||||
print(abs(-6)) # prints 6
|
||||
print(abs(3 + 4j)) # prints 5, because |3 + 4j| = 5
|
||||
```
|
||||
|
||||
[🚀 تشغيل الكود](https://repl.it/CL8k/0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user