摘要:
1、python的命名只能用字母、下划线、数字命名【注意:数字不能作为开头】 2、help(): >>> help() Welcome to Python 3.6's help utility! If this is your first time using Python, you should 阅读全文
摘要:
第一步导入: >>> import turtle 第二步: >>> turtle.showturtle() 其他步骤:【一个命令一个命令的敲,去体会他的每一个作用】 >>> turtle.write("cisco") >>> turtle.forward(300)>>> turtle.color(" 阅读全文