"남편은 프로그래머였다" - 중독성 강한 코딩 댓글....ㅋㅋ

본문

ㅋㅋㅋ.... 은근 중독성에 다 보게 됨... ㅋㅋ

---------------------------------------------------------------

A wife asks her husband, "Could you please go shopping for me and buy one carton of milk, and if they have eggs, get 6."

A short time later the husband comes back with 6 cartons of milk. The wife asks him, "Why did you buy 6 cartons of milk?"

He replied, "They had eggs."



totalCartonsofMilk = 1If(eggs) {totalCartonsofMilk = 6}return totalCartonsofMilk

var totalCartonsOfMilk = hasEggs()? 6 : 1;

해결책까지 제시해줌

 

What the wife actually said:

.#!/usr/bin/env pythonfrom SuperMarkets import check_out, find_markets, inventorydef run_errand(milk, eggs):shopping_cart = []if 'milk' in inventory and 'eggs' in inventory:shopping_cart.append(milk * 6)elif 'milk' in inventory and 'eggs' not in inventory:shopping_cart.append(milk)else: print 'Store has no milk.Try another.' find_markets()check_out(shopping_cart)if __name__ == '__main__':run_errand(milk='milk', eggs='eggs').

What the wife should have said to her programmer husband:

.#!/usr/bin/env pythonfrom SuperMarkets import check_out, find_markets, inventorydef run_errand(milk, eggs):shopping_cart = []if 'milk' in inventory and 'eggs' in inventory:shopping_cart.append(milk + eggs)elif 'milk' in inventory and 'eggs' not in inventory:shopping_cart.append(milk)elif 'eggs' in inventory and 'milk' not in inventory:shopping_cart.append(eggs)print 'Buy eggs, then go to another store for milk.'find_markets()else:print 'Store has no eggs or milk.Try another.'find_markets()check_out(shopping_cart)if __name__ == '__main__':run_errand(milk='milk', eggs='eggs' * 6)


한국에서는 싸움남 ㅋㅋㅋㅋ

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

67
로그인 후 추천을 하실 수 있습니다.
SNS
댓글목록 0
등록된 댓글이 없습니다.
전체 223 건 - 10 페이지
댓글 제목
댓글0
댓글0
댓글0
댓글0
댓글0
댓글0
댓글+1
댓글0
댓글0
댓글0
댓글+6
댓글0
댓글0
댓글+9
댓글0