|
3 | 3 | "nbformat_minor": 0, |
4 | 4 | "metadata": { |
5 | 5 | "colab": { |
6 | | - "provenance": [], |
7 | | - "collapsed_sections": [] |
| 6 | + "provenance": [] |
8 | 7 | }, |
9 | 8 | "kernelspec": { |
10 | 9 | "name": "python3", |
|
166 | 165 | { |
167 | 166 | "cell_type": "markdown", |
168 | 167 | "source": [ |
169 | | - "**손가락 운동**" |
| 168 | + "**뇌풀기 문제**" |
170 | 169 | ], |
171 | 170 | "metadata": { |
172 | 171 | "id": "GzvrEzkA3HSt" |
|
438 | 437 | { |
439 | 438 | "cell_type": "markdown", |
440 | 439 | "source": [ |
441 | | - "**손가락 운동**" |
| 440 | + "**뇌풀기 문제**" |
442 | 441 | ], |
443 | 442 | "metadata": { |
444 | 443 | "id": "bfh8_gwfU1bZ" |
|
851 | 850 | { |
852 | 851 | "cell_type": "code", |
853 | 852 | "source": [ |
854 | | - "print([[(x,y) for x in range(6) if x%2 == 0] \n", |
| 853 | + "print([[(x,y) for x in range(6) if x%2 == 0]\n", |
855 | 854 | " for y in range(6) if y%3 == 0])" |
856 | 855 | ], |
857 | 856 | "metadata": { |
|
986 | 985 | { |
987 | 986 | "cell_type": "markdown", |
988 | 987 | "source": [ |
989 | | - "**손가락 운동**" |
| 988 | + "**뇌풀기 문제**" |
990 | 989 | ], |
991 | 990 | "metadata": { |
992 | 991 | "id": "u8U25JqZOz79" |
|
1210 | 1209 | { |
1211 | 1210 | "cell_type": "markdown", |
1212 | 1211 | "source": [ |
1213 | | - "**손가락 운동**" |
| 1212 | + "**뇌풀기 문제**" |
1214 | 1213 | ], |
1215 | 1214 | "metadata": { |
1216 | 1215 | "id": "4R5RHl3nXYAY" |
|
1387 | 1386 | { |
1388 | 1387 | "cell_type": "code", |
1389 | 1388 | "source": [ |
1390 | | - "month_numbers = {'Jan':1, 'Feb':2, 'Mar':3, 'Apr':4, 'May':5, \n", |
| 1389 | + "month_numbers = {'Jan':1, 'Feb':2, 'Mar':3, 'Apr':4, 'May':5,\n", |
1391 | 1390 | " 1:'Jan', 2:'Feb', 3:'Mar', 4:'Apr', 5:'May'}\n", |
1392 | 1391 | "print(month_numbers)\n", |
1393 | 1392 | "print('세 번째 달: ' + month_numbers[3])\n", |
|
1460 | 1459 | " word = ''\n", |
1461 | 1460 | " return f'{translation} {translate_word(word, dictionary)}'\n", |
1462 | 1461 | "\n", |
1463 | | - "print(translate('I drink good red wine, and eat bread.', \n", |
| 1462 | + "print(translate('I drink good red wine, and eat bread.',\n", |
1464 | 1463 | " dicts,'English to French'))\n", |
1465 | 1464 | "print(translate('Je bois du vin rouge.',\n", |
1466 | 1465 | " dicts, 'French to English'))" |
|
1634 | 1633 | { |
1635 | 1634 | "cell_type": "markdown", |
1636 | 1635 | "source": [ |
1637 | | - "**손가락 운동**" |
| 1636 | + "**뇌풀기 문제**" |
1638 | 1637 | ], |
1639 | 1638 | "metadata": { |
1640 | 1639 | "id": "k9Ma_CO-cvzw" |
|
1792 | 1791 | { |
1793 | 1792 | "cell_type": "code", |
1794 | 1793 | "source": [ |
1795 | | - "encoder = (lambda code_keys, plain_text: \n", |
| 1794 | + "encoder = (lambda code_keys, plain_text:\n", |
1796 | 1795 | " ''.join(['*' + code_keys[c] for c in plain_text])[1:])" |
1797 | 1796 | ], |
1798 | 1797 | "metadata": { |
|
1885 | 1884 | { |
1886 | 1885 | "cell_type": "markdown", |
1887 | 1886 | "source": [ |
1888 | | - "**손가락 운동**" |
| 1887 | + "**뇌풀기 문제**" |
1889 | 1888 | ], |
1890 | 1889 | "metadata": { |
1891 | 1890 | "id": "tVGokHQIzHDm" |
|
1933 | 1932 | { |
1934 | 1933 | "cell_type": "markdown", |
1935 | 1934 | "source": [ |
1936 | | - "**손가락 운동**" |
| 1935 | + "**뇌풀기 문제**" |
1937 | 1936 | ], |
1938 | 1937 | "metadata": { |
1939 | 1938 | "id": "T6fWmqts1xrZ" |
|
0 commit comments