์ด ํ๋์์นด๋๋ ์์ง ์ ์ฅ๋์ง ์์์ด โ ํ์ด์ง๋ฅผ ๋๊ฐ๋ฉด ์ฌ๋ผ์ ธ. ๋ฌด๋ฃ ๊ณ์ ์ ๋ง๋ค๋ฉด ์ ์ฅ๋๊ณ ์๋ ๊ธฐ๋ฅ๋ค๋ ๋ชจ๋ ์ด์ฉํ ์ ์์ด.
What is Python?
A general-purpose programming language created by Guido van Rossum in 1991, focusing on code readability with whitespace.
์ฌ๊ธฐ์์ ์นด๋๋ฅผ ์ดํด๋ณด๊ฑฐ๋ sign up to study with spaced repetition.
What are Mathematical Operators in Python?
์ฌ๊ธฐ์์ ์นด๋๋ฅผ ์ดํด๋ณด๊ฑฐ๋ sign up to study with spaced repetition.
What is a Variable in Python?
A storage location that holds a value. Must start with a letter, contain no punctuation, use camelCase or underscores.
์ฌ๊ธฐ์์ ์นด๋๋ฅผ ์ดํด๋ณด๊ฑฐ๋ sign up to study with spaced repetition.
What is a String in Python?
Text stored in a variable, default type unless specified as int or float.
์ฌ๊ธฐ์์ ์นด๋๋ฅผ ์ดํด๋ณด๊ฑฐ๋ sign up to study with spaced repetition.
What do Flow Diagrams represent?
Graphical symbols for programming logic: - Terminator: Rounded rectangle - Input/Output: Parallelogram - Process: Rectangle - Decision: Diamond
์ฌ๊ธฐ์์ ์นด๋๋ฅผ ์ดํด๋ณด๊ฑฐ๋ sign up to study with spaced repetition.
What does a Loop do in Python?
Repeats code while a certain condition is met.
์ฌ๊ธฐ์์ ์นด๋๋ฅผ ์ดํด๋ณด๊ฑฐ๋ sign up to study with spaced repetition.
What does the input() method do?
Prompts the user for input, e.g., food = input('Favourite Food:')
์ฌ๊ธฐ์์ ์นด๋๋ฅผ ์ดํด๋ณด๊ฑฐ๋ sign up to study with spaced repetition.
What does the print() method do?
Outputs text to the console, e.g., print('I hate', food)
์ฌ๊ธฐ์์ ์นด๋๋ฅผ ์ดํด๋ณด๊ฑฐ๋ sign up to study with spaced repetition.
What is an else statement in Python?
Executes code if the previous condition is false, e.g., print('you canโt vote yet')
์ฌ๊ธฐ์์ ์นด๋๋ฅผ ์ดํด๋ณด๊ฑฐ๋ sign up to study with spaced repetition.
What is an elif statement?
An 'else if' statement that checks another condition, e.g., elif xxx:
์ฌ๊ธฐ์์ ์นด๋๋ฅผ ์ดํด๋ณด๊ฑฐ๋ sign up to study with spaced repetition.
What is Python?
A general-purpose programming language created by Guido van Rossum in 1991, focusing on code readability with whitespace.
What are Mathematical Operators in Python?
What is a Variable in Python?
A storage location that holds a value. Must start with a letter, contain no punctuation, use camelCase or underscores.
What is a String in Python?
Text stored in a variable, default type unless specified as int or float.
What do Flow Diagrams represent?
Graphical symbols for programming logic: - Terminator: Rounded rectangle - Input/Output: Parallelogram - Process: Rectangle - Decision: Diamond
What does a Loop do in Python?
Repeats code while a certain condition is met.
What does the input() method do?
Prompts the user for input, e.g., food = input('Favourite Food:')
What does the print() method do?
Outputs text to the console, e.g., print('I hate', food)
What is an else statement in Python?
Executes code if the previous condition is false, e.g., print('you canโt vote yet')
What is an elif statement?
An 'else if' statement that checks another condition, e.g., elif xxx:
์ ๋ง ์ญ์ ํ์๊ฒ ์ด์? 0 ํ๋์์นด๋๋ฅผ ์ญ์ ํ๋ฉด ๋๋๋ฆด ์ ์์ต๋๋ค.
์ ๊ฑฐํ ํ๊ทธ๋ฅผ ์ ํํ์ธ์: 0 ์ ํ๋ ํ๋์์นด๋:
ํ๊ทธ ๋ก๋ฉ ์ค...