iT邦幫忙

0

[已解決]python 列表輸入多個整數?

  • 分享至 

  • xImage

眼殘少打括號,已解決

圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

1 個回答

1
neocaffe
iT邦新手 4 級 ‧ 2021-08-21 15:05:24
最佳解答

print(list(map(int,input().split())))
print(list(map(int,input())))

我要發表回答

立即登入回答