Python (035)布林值(Boolean) ''' 布林值型態有兩種:True(真)或False(偽) ''' i = True j = False k = 1 print('i的值為:')
確定! 回上一頁