[coding test] Baekjoon_level 4_while문
Ver. Jupyter Notebook (Anaconda3) ▶ coding test_Baekjoon_level 4_while 문 - 백준: baekjoon - 코딩 및 결과: github JeongJaeyoung0/coding_test 코딩테스트. Contribute to JeongJaeyoung0/coding_test development by creating an account on GitHub. github.com - 키 := 표현식 (바다코끼리 연산자: 표현식 결과를 키에 저장) >>> a=5; b=0 >>> while(a:= a-1) : b+=1 >>> print(b) Out: 4 2021.05.27 # coding test_Baekjoon_level 4_while문 # 10952 (A+B -..
2021.05.27