家庭作業的一部分啊

2021-09-26 05:35:03 字數 3704 閱讀 8281

"""def  kaigen(a,b,c):

dis=(b*b-4*a*c)*0.5

return(dis)

def start():

str_=float(input('請輸入a的值'))

str01=float(input('請輸入b的值'))

str02=float(input('請輸入c的值'))

num=kaigen(str_,str01,str02)

if num==0:

x1=(-str01+num)/2*str_

print('該方程的根為%s'%x1)

elif num>0:

x1=(-str01+num)/2*str_

x2=(-str01-num)/2*str_

print('該方程的根為%s,%s'%(x1,x2))

else:

print('the equation has no real )

start()

""""

"""import random

num01=random.randint(1,101)

num02=random.randint(1,101)

print(num01,num02)

sum01=int(input('請輸入猜想的倆個數的和'))

print(sum01)

def sum(num01,num02):

sum=num01+num02

return sum

if sum01==sum:

print('真')

else:

print('假')

sum()"""

"""def star():

number01=int(input('請輸入乙個整數'))

number02=int(input('請輸入乙個整數'))

number03=int(input('請輸入乙個整數'))

a=[number01,number02,number03]

a.sort()

print(a)

star()"""

whigt1=float(input('請輸入大公尺的重量'))

money1=float(input('請輸入大公尺的價錢'))

whigt2=float(input('請輸入大公尺的重量'))

money2=float(input('請輸入大公尺的價錢'))

print(whigt1,money1)

print(whigt2,money2)

def bijiao(money,whigt):

str01=money/whigt

return str01

def start():

a=bijiao(money1,whigt1)

b=bijiao(money2,whigt2)

if a>b:

print('%s,%s的大公尺更好'%(money2,whigt2))

else:

print('%s,%s的大公尺跟好'%(money1,whigt1))

start()

「」「def week():

today = int(input(「輸入今天星期幾:」))

day = int(input(「未來的第幾天:」))

weekend = [『週日』,『周一』,『周二』,『週三』,『周四』,『周五』,『週六』]

weilai = today + day

new = 0

new = weilai%7

print(「今天是%s 未來是%s」 %(weekend[today],weekend[new]))

def start():

week()

start()」""

「」「def main():

import random

comp = random.randint(1,2)

user = int(input(「1為正面,2為反面,請輸入?:」))

if comp ==user:

print(「yes獲得十萬金幣」)

else:

print(「哥哥你真好,你就是個大傻吊」)

def start():

main()

start()」""

「」「def main():

import random

user = int(input(「石頭剪刀布出乙個吧剪刀(0), 石頭(1), 布(2):」))

comp = random.randint(0,2)

print(comp)

if (user1 and comp0) or (user0 and comp2) or (user==2 and comp 1):

print(「you win great boody」)

elif usercomp:

print(『sorry sir but you do not lost any thing』)

else:

print(「you are a losser please shut up」)

def start():

main()

start()」""

「」「def main():

year = int(input(『輸入哪一年:』))

m = int(input(『輸入月份1-12:』))

d = int(input(『輸入月份第幾天1-31:』))

a = [『週六』,『週日』,『周一』,『周二』,『週三』,『周四』,『周五』]

if m == 1:

m = 13

year = year - 1

if m ==2:

m = 14

year = year - 1

h = int(d+((26*(m+1))//10)+(year%100)+((year%100)/4)+((year//100)/4)+5*year//100)%7

day = a[h]

print(『那一天是一周中的:%s』 %day)

def start():

main()

start()」""

「」「def main():

a = int(input(『請輸入乙個正整數: 『))

b = a

a2 = 0

while b > 0:

a2 *= 10

a2 += b % 10

b //= 10

if a == a2:

print(』%d是回文數』 % a)

else:

print(』%d不是回文數』 % a)

def start():

main()

start()」""

「」「def main():

a = float(input(「請輸入第一條邊長」))

b = float(input(「請輸入第二條邊長」))

c = float(input(「請輸入第三條邊長」))

if a+b>c and a+c>b and b+c>a:

l = a+b+c

print(「其周長為」,l)

else:

print(「不是三角形三條邊」)

def start():

main()

start()」""

測試只是一部分

對於很多測試人員來說,測試相關的內容是工作的全部,這是我們的視角。但是換個角度也許就不是這樣。首先我們工作的地方大部分是商業組織,是某個公司,開發某類產品或者提供某類服務,也就是business。所以從組織的層級往上看,到了一定的級別,其實看到的是業務 產品等東西,當然他們也關心我們技術和競爭對手的...

Laravel 一部分總結

1.使用命令自動建立model層 進入所在目錄 php artisan make model test 2增刪改查 toarray 將資料變成陣列 public functionusertest 增 預設有兩個字段,可以在model層關閉,或者在表中新增 public timestamps fals...

測試只是一部分

對於很多測試人員來說,測試相關的內容是工作的全部,這是我們的視角。但是換個角度也許就不是這樣。首先我們工作的地方大部分是商業組織,是某個公司,開發某類產品或者提供某類服務,也就是business。所以從組織的層級往上看,到了一定的級別,其實看到的是業務 產品等東西,當然他們也關心我們技術和競爭對手的...