介绍
本挑战的重点是创建一个简单的 Python 脚本,该脚本接收用户输入并生成格式化的输出。此练习巩固了 Python 的基本概念,包括用户输入处理和字符串格式化。
🧑💻 刚接触 Python 或 LabEx?我们建议从 Python 快速入门 课程开始。
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
python(("Python")) -.-> python/BasicConceptsGroup(["Basic Concepts"])
python(("Python")) -.-> python/FunctionsGroup(["Functions"])
python/BasicConceptsGroup -.-> python/variables_data_types("Variables and Data Types")
python/BasicConceptsGroup -.-> python/strings("Strings")
python/BasicConceptsGroup -.-> python/type_conversion("Type Conversion")
python/FunctionsGroup -.-> python/build_in_functions("Build-in Functions")
subgraph Lab Skills
python/variables_data_types -.-> lab-61{{"打印 Hello Python"}}
python/strings -.-> lab-61{{"打印 Hello Python"}}
python/type_conversion -.-> lab-61{{"打印 Hello Python"}}
python/build_in_functions -.-> lab-61{{"打印 Hello Python"}}
end