(Python 2-3๊ฐ) Conditionals and Loops
210802
์กฐ๊ฑด๋ฌธ
์กฐ๊ฑด์ ๋ฐ๋ผ ํน์ ํ ๋์์ ํ๊ฒํ๋ ๋ช ๋ น์ด
ํ์ด์ฌ์ ์กฐ๊ฑด๋ฌธ์ผ๋ก if , else , elif ๋ฑ์ ์์ฝ์ด๋ฅผ ์ฌ์ฉ
If - elif - else
์ผํญ ์ฐ์ฐ์๋ฅผ ์ฌ์ฉํ์ฌ ์กฐ๊ฑด๋ฌธ์ ํ์ค์ ํํํ ์ ์๋ค.
๋ฐ๋ณต๋ฌธ
์ ํด์ง ๋์์ ๋ฐ๋ณต์ ์ผ๋ก ์ํํ๊ฒ ํ๋ ๋ช ๋ น๋ฌธ
๋๋ฒ๊น
์ฝ๋์ ์ค๋ฅ๋ฅผ ๋ฐ๊ฒฌํ์ฌ ์์ ํ๋ ๊ณผ์
ํํ ์ค์ : ๋ค์ฌ์ฐ๊ธฐ, ์คํ์, ๋์๋ฌธ์ ๊ตฌ๋ถ ๋ฑ
Previous(Python 2-4๊ฐ) String and advanced function conceptNext(Python 2-2๊ฐ) Function and Console I/O
Last updated
Was this helpful?