【python】入門筆記一 :基本語法

1python 1app a=input() b=[] for i in a: b.append(ord(i)) print(b) 2code import math a=int(input('a:')) b=int(input('b:')) c=int(input('c:')) if a+b<=c or a+c<=b or b+c<=a : print('不是三角形') else
相關文章
相關標籤/搜索