Files

652 B

id, title, challengeType, videoId, bilibiliIds, dashedName
id title challengeType videoId bilibiliIds dashedName
5e7b9f060b6c005b0e76f059 更多條件結構 11 HdL82tAZR20
aid bvid cid
631930118 BV1Nb4y1r7z2 376337449
more-conditional-structures

--description--

更多資源:

- 練習 1

- 練習 2

--question--

--text--

給出以下代碼:

temp = "5 degrees"
cel = 0
fahr = float(temp)
cel = (fahr - 32.0) * 5.0 / 9.0
print(cel)

哪一行/幾行應該被 try 塊包圍?

--answers--

1


3


3、4


4


--video-solution--

3