| 1 2 3 4 5 6 7 8 9 10 11 | # # µû¶óÇÏ¸ç ¹è¿ì´Â ÆÄÀ̽ã°ú µ¥ÀÌÅͰúÇÐ(»ý´ÉÃâÆÇ»ç 2020) # 5.7 Á¶°Ç¿¡ µû¶ó ¹Ýº¹Çؼ ½ÇÇàÇÏ´Â while ¹®, 127ÂÊ # under_construction = True while under_construction: response = input("°ø»ç°¡ ¿Ï·á µÇ¾ú½À´Ï±î?") if response == "¿¹": under_construction = False print("·çÇÁ¸¦ Å»ÃâÇß½À´Ï´Ù.") | cs |


http://itsys.hansung.ac.kr/cgi-bin/onlineTest/viewpy4AI/onlinePy4AI.cgi?source=src/py/Ch05/code_5_7.py
Python for AI ½Ç½À°Ô½ÃÆÇ