學的新指令

2021-10-08 19:06:03 字數 580 閱讀 9674

form turtle import

*你可以直接打命令不用大turtle了

pen = turtle.pen()

pen在這裡等於turtle

same = turtle.turtle

設定背景

turtle.stamp(

)印章,給圖型設為整體

turtle.clearstamp(

)清楚印章

turtle.position(

)獲取位置(x,y)

turtle.towards(

)獲取方向(前,後,左,右)

turtle.xcor()

獲取x座標

turtle.ycor()

獲取y座標

turtle.distance(

) 獲取距離

學mysql是學指令嗎 MySQL命令學習 二

13 where字句操作符 等於 不等於 不等於 大於 大於等於 between 在指定的兩個值之間 例如 找出學號是0007到0009之間的學生記錄 不包括0009 select from student info where stu id between 1001101620007 and 10...

學一些coq指令

f equal用法,消去等號兩邊函式的相同部分 舉例 goal x y y z x z此時f equal後,目標變為 goal x y y xrewrite 用法,相當於repeat rewrite eg rewrite plus sn m 相當於 repeat rewrite plus sn m ...

零基礎輕鬆學docker常用指令

1.顯示所有容器的資訊 docker ps a2.顯示最近建立容器資訊 docker ps l3.顯示當前的容器資訊 docker ps container name4.獲取容器資料元 docker inspect container name5.刪除容器 docker rm container n...