We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8f37fa commit 78c4eecCopy full SHA for 78c4eec
modules/30-variables/23-constants/ru/README.md
@@ -33,7 +33,7 @@ PI = 3.14159 # ❌ Технически возможно, но так дела
33
34
- Все буквы заглавные
35
- Слова разделяются символом подчёркивания `_`
36
-- Стиль называется UPPER_SNAKE_CASE
+- Стиль называется UPPER_SNAKE_CASE (еще его называют SCREAMING_SNAKE_CASE)
37
38
```python
39
PI = 3.14
0 commit comments