Pycharm的簡單使用及快捷鍵介紹

2022-09-01 03:06:09 字數 2527 閱讀 7181

目錄變數

注釋python庫———turtle的簡單使用

file --》 settings --》 editor --》general --》 change font size

file --》 settings --》 editor --》font --》 修改預設字型大小

file --》 settings --》 editor --》color scheme --》 python --》monokai (主題的配置)

file --》 settings --》 editor --》 general --》 code completion --》case sensitive completion --》 none

變化的量(狀態--》描述某件事物的屬性)

變數名 賦值符號(=)變數值

描述(接收變數值) 賦值符號 具體的值

變數名必須具有意義

變數名以字母/數字/下劃線_組成,不能數字開頭

不能以關鍵字命名

#三單引號注釋

''' 此段已被注釋!!!

'''#快捷鍵注釋

組合鍵:ctrl + /

#頭部t.pd()

t.circle(60,75)

t.fd(20)

t.circle(60,85)

t.fd(20)

t.seth(-86)

t.circle(50,90)

t.seth(0)

t.fd(45)

t.circle(45,100)

t.fd(20)

#眼睛t.pu()

t.seth(180)

t.fd(90)

#左眼睛

t.pd()

t.begin_fill()

t.color(139,90,43)

t.seth(90)

t.circle(7,180)

t.fd(15)

t.circle(7,180)

t.end_fill()

t.fd(15)

t.bk(13)

t.pensize(4)

t.seth(0)

t.fd(40)

#右眼睛

t.pu()

t.fd(15)

t.pd()

t.begin_fill()

t.color(139,90,43)

t.seth(90)

t.fd(13)

t.circle(7,180)

t.fd(15)

t.circle(7,180)

t.fd(5)

t.end_fill()

#身體t.pu()

t.bk(50)

t.seth(180)

t.fd(90)

t.pd()

#左半邊

t.seth(-140)

t.fd(30)

t.circle(90,20)

t.fd(30)

t.circle(80,30)

t.fd(30)

t.circle(10,180)

t.seth(70)

t.fd(10)

t.pu()

t.seth(80)

t.fd(80)

t.seth(0)

t.fd(10)

t.pd()

t.seth(-120)

t.circle(180,60)

#右半邊

t.pu()

t.seth(60)

t.fd(265)

t.seth(-40)

t.pd()

t.fd(30)

t.circle(-90,20)

t.fd(30)

t.circle(-80,30)

t.fd(30)

t.circle(-10,180)

t.seth(120)

t.fd(10)

t.pu()

t.seth(100)

t.fd(80)

t.seth(180)

t.fd(10)

t.pd()

t.seth(-60)

t.circle(-180,60)

t.done()

pycharm簡單使用

一,pycharm 滑鼠控制字型大小 1,pycharm 字型放大的設定 file setting keymap 在搜尋框中輸入 increase increase font size 雙擊 在彈出的對話方塊中選擇 add mouse shortcut 2,pycharm 字型縮小的設定 file ...

pycharm 快捷鍵使用

ctrl space 基本的 完成 類 方法 屬性 ctrl alt space 類名完成 ctrl shift enter 語句完成 ctrl p 引數資訊 在方法中呼叫引數 ctrl q 快速檢視文件 shift f1 外部文件 ctrl 滑鼠 簡介 ctrl f1 顯示錯誤描述或警告資訊 al...

pycharm 使用快捷方式

1 pycharm快捷鍵及一些常用設定 3 alt enter 自動新增包 4 shift o 自動建議 補全 5 ctrl t svn更新 6 ctrl k svn提交 7 ctrl 注釋 取消注釋 選擇的行 8 ctrl shift f 高階查詢 9 ctrl enter 補全 10 shift...