这些记忆卡还没保存——离开页面后会消失。创建一个免费账户来保留它们,并解锁下面的所有功能。
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 所选卡片中:
正在加载标签...