返回值类型链接:https://docs.python.org/zh-cn/3.10/reference/simple_stmts.html?highlight=return#the-return-statement
课后习题
请你编写一个程序,计算圆的周长和面积。
将用户输入的整数作为圆的半径,在程序中,需要编写两个函数:circumference() 函数用于计算周长,area_of_circle() 函数用于计算圆的面积。
将周长和面积存入一个列表中,并将该列表在终端输出。
课程代码、课件及其他相关资料地址
https://gitee.com/wilsonyin/zero-basics-python