介绍
欢迎来到 LabEx 太空学院的 Python 函数与模块挑战!作为一名新晋的太空学员,你将完成一个简单的太空任务计算器。这个挑战将帮助你练习定义函数并从另一个文件中使用它们。
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
python(("Python")) -.-> python/FunctionsGroup(["Functions"])
python(("Python")) -.-> python/ModulesandPackagesGroup(["Modules and Packages"])
python(("Python")) -.-> python/PythonStandardLibraryGroup(["Python Standard Library"])
python/FunctionsGroup -.-> python/function_definition("Function Definition")
python/FunctionsGroup -.-> python/arguments_return("Arguments and Return Values")
python/ModulesandPackagesGroup -.-> python/importing_modules("Importing Modules")
python/ModulesandPackagesGroup -.-> python/creating_modules("Creating Modules")
python/PythonStandardLibraryGroup -.-> python/math_random("Math and Random")
subgraph Lab Skills
python/function_definition -.-> lab-393156{{"太空任务计算器"}}
python/arguments_return -.-> lab-393156{{"太空任务计算器"}}
python/importing_modules -.-> lab-393156{{"太空任务计算器"}}
python/creating_modules -.-> lab-393156{{"太空任务计算器"}}
python/math_random -.-> lab-393156{{"太空任务计算器"}}
end