導航:首頁 > 編程語言 > 怎麼用編程查成績

怎麼用編程查成績

發布時間:2023-09-08 00:45:07

『壹』 如何用python編程做一個迷你成績查詢器

python的cmd模塊為命令行應用提供了強大的支持:

#!/usr/bin/envpython
#coding:utf-8


fromcmdimportCmd


classDegree(Cmd):

STUDENTS={}

defdo_enter(self,cmdln):
"""Enterastudent';"""
ln=cmdlnorraw_input("EnterStudent'snameanddegree:")
student,degree=ln.split("")
self.STUDENTS[student]=int(degree)

defdo_delete(self,cmdln):
"""Enterastudent'snamefordelete;"""
student=cmdlnorraw_input("EnterStudent'snamefordelete:")
ifstudentinself.STUDENTS:
delself.STUDENTS[student]

defdo_list(self,cmdln):
"""ListStudentsName-Degree;"""
forstudent,degreeinsorted(self.STUDENTS.items()):
printstudent,degree

defdo_compute(self,cmdln):
"""Computedegrees'averangedata;"""
avg=sum(self.STUDENTS.values())/len(self.STUDENTS)
print"Avg:{avg}".format(avg=avg)

defdo_quit(self,cmdln):
"""Leavethsapplication."""
return1


if__name__=="__main__":
degreemgr=Degree()
degreemgr.cmdloop()

"""
help
tim@crunchbangtime:~/workspace/$pythonqa_cmd.py
(Cmd)?

Documentedcommands(typehelp<topic>):
========================================


(Cmd)?enter
Enterastudent';
(Cmd)helplist
ListStudentsName-Degree;
(Cmd)
(Cmd)enterTim93
(Cmd)enterBruce38
(Cmd)enter
EnterStudent'snameanddegree:Bruce88
(Cmd)enterHans89
(Cmd)enterBill94
(Cmd)
(Cmd)list
Bill94
Bruce88
Hans89
Tim93
(Cmd)deleteBill
(Cmd)list
Bruce88
Hans89
Tim93
(Cmd)compute
Avg:90
(Cmd)quit
tim@crunchbangtime:~/workspace/$
"""

『貳』 如何製作一個簡單的查詢成績的網頁

你的需求用易查分就可以搞定,操作步驟也很簡單,你只需要把查詢內容做成excel電子表格,上傳到易查分,然後根據任務向導,完成各個向導的內容,就可以生成你想要的查詢網頁;具體操作步驟如下:

第1步:您需要注冊易查分賬號,登錄後點擊首頁的「新建坦猜絕查詢」進入查詢任務創建向導;



希望以上內容能夠幫到你,如在操作過程中有不懂的地方,歡迎向我提問哈!

閱讀全文

與怎麼用編程查成績相關的資料

熱點內容
伺服器預留地址獲取 瀏覽:1002
雲庫文件夾怎麼設置 瀏覽:293
文件夾目錄製作自動跳轉 瀏覽:452
在哪個音樂app能聽exo的歌 瀏覽:847
pdf超級加密 瀏覽:47
蘋果手機app安裝包怎麼解壓並安裝 瀏覽:905
中原30系統源碼 瀏覽:184
程序員如何遵紀守法 瀏覽:499
java的webxml配置 瀏覽:962
如何封包遠程注入伺服器 瀏覽:864
監測機構資金動向源碼 瀏覽:967
android狀態欄字體50 瀏覽:767
python如何判斷文件後綴 瀏覽:126
龍空app哪裡下 瀏覽:348
阿里雲伺服器搭建網盤 瀏覽:690
京東軟體程序員 瀏覽:806
php游戲伺服器框架 瀏覽:391
導航開發演算法 瀏覽:431
為什麼30歲還想轉行程序員 瀏覽:380
推薦演算法的使用 瀏覽:40