發表文章

李可凡期末考為python貪吃蛇增加速度

圖片
from tkinter import * import random GAME_WIDTH,GAME_HEIGHT = 1000, 400 SPEED = 1000 #時間單位千分之一 SPACE_SIZE, BODY_PARTS= 50, 3 #左邊變數 assigning value SNAKE_COLOR = ["red","orange","yellow","green","blue","indigo", "purple"] FOOD_COLOR = "white" BACKGROUND_COLOR = "black" class Snake: def __init__(self): self.body_size = BODY_PARTS self.coordinates = [] self.squares = [] for i in range(0, BODY_PARTS): self.coordinates.append([0, 0]) for x, y in self.coordinates: i = random.randint(0,6) square = canvas.create_rectangle(x, y, x + SPACE_SIZE, y + SPACE_SIZE, fill=SNAKE_COLOR[i], tag="snake", width=20,outline='blue') self.squares.append(square) class Food: def __init__(self): x = random.randint(0, int(GAME_WIDTH / SPACE_SIZE)-1) * SPACE_SIZE y = random.randint(0, int(GAME_...

12/22

圖片
Javascript在網頁就可以執行不需要開啟Spyder 李可凡執行 可凡執行

李可凡在網頁就可以執行不需要開啟VS Code

圖片

1117

import tkinter #輸入tkinter繪圖模組 #財金程式設計602 class Financial: #類別用於建構504道金融常識題目 def __init__(self, number, q, a, b, c, d, ans): self.number, self.q, self.ans = number, q, ans self.a, self.b, self.c, self.d = a, b, c, d def check(choice): choice = reply.get() #以字串存'1'...'4' temp = number.get() - 1 #題號 if choice == '1': LBa.config(bg="#a4abc1") if choice == List[temp].ans: LBa.config(bg='blue',fg='white') if choice == '2': LBb.config(bg="#a4abc1") if choice == List[temp].ans: LBb.config(bg='blue',fg='white') if choice == '3': LBc.config(bg="#a4abc1") if choice == List[temp].ans: LBc.config(bg='blue',fg='white') if choice == '4': LBd.config(bg="#a4abc1") if choice == List[temp].ans: LBd.config(bg=...

李可凡 輸入tkinter繪圖模組

import tkinter #輸入tkinter繪圖模組 #財金程式設計602 class Financial: #類別用於建構504道金融常識題目 def __init__(self, number, q, a, b, c, d, ans): self.number, self.q, self.ans = number, q, ans self.a, self.b, self.c, self.d = a, b, c, d def check(choice): choice = reply.get() #以字串存'1'...'4' temp = number.get() - 1 #題號 if choice == '1': LBa.config(bg="#a4abc1") if choice == List[temp].ans: LBa.config(bg='blue',fg='white') if choice == '2': LBb.config(bg="#a4abc1") if choice == List[temp].ans: LBb.config(bg='blue',fg='white') if choice == '3': LBc.config(bg="#a4abc1") if choice == List[temp].ans: LBc.config(bg='blue',fg='white') if choice == '4': LBd.config(bg="#a4abc1") if choice == List[temp].ans: LBd.config(bg=...

李可凡Python產生金融常識測驗

Python撰寫金融常識測驗網頁 答 1 2 3 4 下列何者不是金融市場的主要功能? (1) 提供金融工具交易的場所 (2) 擔任資金需求者與供給者的橋樑 (3) 促進投資活動的效率,提升經濟發展 (4) 提供交易者投機的場所 答 1 2 3 4 下列何者不是金融市場交易的工具? (1) 商業本票 (2) 銀行存款 (3) 股票 (4) 房地產 答 1 2 3 4 當金融市場管理的品質較佳時,企業發行的成本會______,金融工具的流動性會______。 (1) 較低,較低 (2) 較高,較低 (3) 較低,較高 (4) 較高,較高 答 1 2 3 4 當企業需要資金來進行投資,最好不要用下列何種方式尋求融通? (1) 向銀行借錢 (2) 發行股票 (3) 發行債券 (4) 向地下錢莊借錢 答 1 2 3 4 下列何者不是近年來國內主管機關管理金融市場的發展方向? (1) 減少法規的限制 (2) 鼓勵金融創新 (3) 對國外資金進行更嚴格的限制與管理 (4) 加強國際金融的流通 答 1 2 3 4 在金融市場中主管機關訂定法律規範的目的在於: (1) 增加政府的收入 (2) 促進金融市場健全發展與有效經營 (3) 增加金融機構的進入障礙 (4) 提高金融機構的經營成本 答 1 2 3 4 目前國內監理銀行、票券、證券及保險等金融機構的主管機關為: (1) 財政部 (2) 內政部 (3) 金融監督管理委員會 (4) 經濟部 答 1 2 3 4 依照國內金融監督管理制度的架構,主管證券相關事業的監理單位為: (1) 銀行局 (2) 保險局 (3) 證券期貨局 (4) 檢查局 答 1 2 3 4 依照國內金融監理制度的架構,主掌金融業檢查業務的單位為: (1) 銀行局 (2) 中央銀行 (3) 中央存款保險公司 (4) 檢查局 答 1 2 3 4 下列何者非隸屬「金融監督管理委員會」? (1) 銀行局 (2) 公務人員退休撫卹基金管理委員會 (3) 證券期貨局 (4) 檢查局 答 1 2 3 4 下列何者不屬證券期貨局監理的機構? (1) 投信公司 (2) 期貨公司 (3) 證券商 (4) 保險公司 答 1 2 3 4 下列何者不...