タプルへの代入 2
次のコードを実行するとどうなるでしょうか:
heights = (190, [200, 220, 250], 180)
heights[1][0] = 230
print(heights)To check your solution you need to sign in
Sign in to continue
Sign in to your account
次のコードを実行するとどうなるでしょうか:
heights = (190, [200, 220, 250], 180)
heights[1][0] = 230
print(heights)Sign in to your account