Tupel-Zuweisung
Was wird passieren, wenn der folgende Code ausgeführt wird:
heights = (190, 180, 160, 200)
heights[1] = 190
print(heights)To check your solution you need to sign in
Sign in to continue
Sign in to your account
Was wird passieren, wenn der folgende Code ausgeführt wird:
heights = (190, 180, 160, 200)
heights[1] = 190
print(heights)Sign in to your account