본문 바로가기
TIL

210906

by hxunz 2021. 9. 7.

코드워즈에서 파이썬으로 문제 두개, 자바스크립트로는 한개를 풀었다.

 

1. https://www.codewars.com/kata/53369039d7ab3ac506000467

 

Codewars: Achieve mastery through challenge

Codewars is where developers achieve code mastery through challenge. Train on kata in the dojo and reach your highest potential.

www.codewars.com

처음에는 boolean이 true인지 false인지에 대해서 제대로 이해를 못하고 있었는데 if - else문을 사용하면서 생각했던것보다 간단하게 풀 수 있었다.

 

자바스크립트로 풀어봤는데 좀 더 복잡하게 느껴졌다,, 나한테는,,,

let으로 result를 선언한 후에 if else를 사용했고 파이썬이랑 같다를 의미하는 ==, ===가 다르게 쓰인다는것도 알게되었다.

 

2. https://www.codewars.com/kata/54ff3102c1bad923760001f3

 

Codewars: Achieve mastery through challenge

Codewars is where developers achieve code mastery through challenge. Train on kata in the dojo and reach your highest potential.

www.codewars.com

모음을 카운트만 했더니 리턴했을 경우에 원하는 값이 나오지 않았다.

카운트한 모음들을 sum을 이용해서 더하고 모음이 하나가 아니라 여러개이기 때문에 for - in을 사용해서 해결했다.

'TIL' 카테고리의 다른 글

220510  (0) 2022.05.11
210907  (0) 2021.09.08
210826  (0) 2021.08.27
210806  (0) 2021.08.07
210713  (0) 2021.07.14

댓글