iT邦幫忙

微甜的酸 所有喜歡的回答 23

#PYTHON 程式語言

#--- 1 --- x,y=map(int, raw_input().split()) if x<y: print('{:d} < {:d}'.f...

2020-11-06 ‧ 由 xxmisha_ 提問

{新手}陣列問題

int temp; scanf("%d",&temp); a[4][3] = temp; 這是指定單一陣列位置,如果要整個陣列可能...

[我很爛]SoloLearn|Python 題目

Fill in the blanks to print the first elements of the list, if it contains even...

2020-09-30 ‧ 由 微甜的酸 提問

[我很爛]SoloLearn|Python 題目

Fill in the blanks to print the first elements of the list, if it contains even...

2020-09-30 ‧ 由 微甜的酸 提問

[我很爛]SoloLearn|Python 題目

先想到的 list = [1, 2, 3, 4] s =[ x for x in list if x % 2 == 0 ] print(s[0])

2020-09-30 ‧ 由 微甜的酸 提問