摘要:
https://img2020.cnblogs.com/blog/2526305/202109/2526305-20210914230103544-245030562.png 阅读全文
https://img2020.cnblogs.com/blog/2526305/202109/2526305-20210914230103544-245030562.png 阅读全文
posted @ 2021-09-14 23:01
廖宇皓
阅读(59)
评论(0)
推荐(0)
摘要:
https://img2020.cnblogs.com/blog/2526305/202109/2526305-20210914212239929-1407905602.png 阅读全文
https://img2020.cnblogs.com/blog/2526305/202109/2526305-20210914212239929-1407905602.png 阅读全文
posted @ 2021-09-14 21:23
廖宇皓
阅读(93)
评论(0)
推荐(0)
摘要:
N=input("") j=0 for i in N: if i=="(": j+=1 elif i==")": j-=1 if j<0: print("配对不成功") break if j>0: print("配对不成功") elif j==0: print("配对成功") 阅读全文
posted @ 2021-09-14 20:52
廖宇皓
阅读(32)
评论(0)
推荐(0)

N=float(input("输入N的数:")) goodLast=float(1.0) badLast=float(1.0) day=365 if(N>=1 and N<=100): while day>=1: goodLast+=goodLast*N/100 badLast-=badLast*N
the math N=int(input("请输入一个整数")) i=abs(N) print(str(i)+" "+str(i+10)+" "+str(i-10)+" "+str(i*10))
number=int(input("请输入")) result=1 while number>=1: result *=number number-=1 print(str(result))
print(""" * * * * * * * * * * @ @ * * * * @ * * * * * * * * * * * * "'") 2020310143027
浙公网安备 33010602011771号