Á¤¼ºÈÆ
    code_8_6.py (±³Àç)
  http://itsys.hansung.ac.kr/cgi-bin/onlineTest/viewpy4AI/onlinePy4AI.cgi?source=src/py/Ch08/code_8_6.py



1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# µû¶óÇϸ砹è¿ì´Â ÆÄÀ̽ã°ú µ¥ÀÌÅͰúÇÐ(»ý´ÉÃâÆÇ»ç 2020)
# 8.6 ÁýÇÕÀÇ Ç׸ñ¿¡ Á¢±ÙÇϴ ¿¬»ê, 207ÂÊ
#
numbers = {213
if 1 in numbers:     # 1À̶ó´Â Ç׸ñÀÌ numbers ÁýÇÕ¿¡ Àִ°¡ °Ë»ç
    print("ÁýÇÕ ¾È¿¡ 1ÀÌ ÀÖ½À´Ï´Ù.")
 
numbers = {213
for x in numbers: 
    print(x, end=" ")
 
for x in sorted(numbers): 
    print(x, end=" ")
cs

  µî·ÏÀÏ : 2022-02-21 [02:01] Á¶È¸ : 529 ´Ù¿î : 0   
 
¡â ÀÌÀü±Ûlab_8_3.py (±³Àç)
¡ä ´ÙÀ½±Ûlab_8_2.py (±³Àç)
Python for AI ½Ç½À°Ô½ÃÆÇ
¹øÈ£ ¨Ï Á¦ ¸ñ Á¶È¸ µî·ÏÀÏ
lAnaconda3 ¼³Ä¡
lColabTurtlePlus
l½Ç½À ¸ñ·Ï
lColab ½Ç½À
l½Ç½À ½Ã ÇлýµéÀÌ ÀÚÁÖÇÏ´Â ½Ç¼ö ¿¹µé
233 ¦¦❶ µµÀü¹®Á¦ 8.2 752 03-29
232    ¦¦❷ µµÀü¹®Á¦ 8.2 (¸ð¹ü ´ä¾È) 562 03-29
231 ¦¦❶ µµÀü¹®Á¦ 8.1 784 03-29
230    ¦¦❷ µµÀü¹®Á¦ 8.1 (¸ð¹ü ´ä¾È) 506 03-29
229 ¦¦❶ lch8.ipynb (¿¹Á¦ Àüü) 970 03-01
228    ¦¦❷ l½Ç½À¼ö¾÷ ¿¹Á¦ 207 05-18
227 ¦¦❶ lcode_8_10.py (±³Àç) 502 02-21
226    ¦¦❷ lcode_8_10_3.py (±³Àç) 467 02-21
225    ¦¦❷ lcode_8_10_2.py (±³Àç) 494 02-21
224    ¦¦❷ lcode_8_10_1.py (±³Àç) 506 02-21
223 ¦¦❶ llab_8_4.py (±³Àç) 492 02-21
222 ¦¦❶ lcode_8_9.py (±³Àç) 509 02-21
221 ¦¦❶ llab_8_3.py (±³Àç) 533 02-21
220 ¦¦❶ lcode_8_6.py (±³Àç) 529 02-21
219 ¦¦❶ llab_8_2.py (±³Àç) 566 02-21
218 ¦¦❶ llab_8_1.py (±³Àç) 550 02-21
217 ¦¦❶ lcode_8_2.py (±³Àç) 524 02-21
216 (7Àå) µ¥ÀÌÅ͸¦ ¸®½ºÆ®¿Í Æ©Ç÷Π¹­¾îº¸ÀÚ 836 02-19
215 ¦¦❶ ¨ÕµµÀü¹®Á¦ 7.5 670 03-29
214    ¦¦❷ µµÀü¹®Á¦ 7.5 (¸ð¹ü ´ä¾È) 544 03-29

[1][2][3][4][5][6][7][8][9][10]-[Next][19]