일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
- 청년전용전세대출
- a
- 청년전세
- 청년전세대출
- REVERSE
- 1859
- leetcode832
- javascript
- Ethiopian veterans
- Sort
- translate
- maketrans
- Array
- sort numbers
- 1913
- string
- python3
- Sorting
- 중기청대출
- 1880
- Python
- LeetCode
- revers
- 청년맞춤형전세대출
- 청년무직자전세대출
- Kagnew
- leetcode1880
- 버팀목청년전세대출
- Ethiopian Veterans of the Korean War
- Today
- Total
목록python3 (2)
Momentary Comfort
A sentence is a list of words that are separated by a single space with no leading or trailing spaces. Each word consists of lowercase and uppercase English letters. A sentence can be shuffled by appending the 1-indexed word position to each word then rearranging the words in the sentence. For example, the sentence "This is a sentence" can be shuffled as "sentence4 a3 is2 This1" or "is2 sentence..
The letter value of a letter is its position in the alphabet starting from 0 (i.e. 'a' -> 0, 'b' -> 1, 'c' -> 2, etc.). The numerical value of some string of lowercase English letters s is the concatenation of the letter values of each letter in s, which is then converted into an integer. For example, if s = "acb", we concatenate each letter's letter value, resulting in "021". After converting i..