mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 14:37:45 +07:00
GitOrigin-RevId: 77e738367c33673c5c5f4b46472c3a49a5f64142
5 lines
73 B
Python
5 lines
73 B
Python
c = ["line"
|
|
.casefold()
|
|
.capitalize()
|
|
.encode()
|
|
] |