Commit 85e1f9dc by BellCodeEditor

auto save

parent d65d0858
Showing with 10 additions and 3 deletions
""" num=10
请使用turtle模块画出五角星 float_num=10.5
""" name="张书"
goods=["橙子","可乐","薯条"]
print(type(num))
print(type(float_num))
print(type(name))
print(type(goods))
\ No newline at end of file
import turtle
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment