# 期末個人報告:100:
* 流程圖
* 英打
* Pyaon
* Google協作平台
* 學習心得
***
# 流程圖練習

***
# 英打練習

***
# Pyaon練習
a=input("你的成績是?")
if int(a)>=60
Then("恭禧及格")
Else("不及格再努力")
***
print(7*2**8/5-7*8*121**(1/2))
***
S=int(input("請輸入體重"))
if S>=80:
print("XL")
elif S>=60:
print("L")
elif S<60:
print("M")
***
a=[100,325,760,240]
max=a[0]
min=a[0]
sum=0
for t in a:
if max<t:
max=t
if min>t:
min=t
sum=sum+t
print("最高",max,"萬")
print("最低",min,"萬")
print("總",sum,"萬")
print("平均",sum/len(a),"萬")
***
scor=[[70,80,90,65],[65,75,100,72]];
no=1
for r in score:
print(no,end=" ")
no=no+1
snm=0
for c in r:
sum=sum+c
print(no,end=" ")
print(sum,sum/5)
***
def e():
print("GG")
print("GG")
e()
e()
***
# Google協作平台
https://sites.google.com/view/5456555/%E9%A6%96%E9%A0%81



***
# 學習心得
這上半學期我學習到了不少尤其是和電腦相關的東西,我們還有分組報告,讓我了解分組時一定要慎選組員,並且一定要把被分配到的工作確實做完才不回給其他組員帶來困擾。