Assegnazione di tuple
Cosa succederà quando esegui il seguente codice:
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
Cosa succederà quando esegui il seguente codice:
heights = (190, 180, 160, 200)
heights[1] = 190
print(heights)Sign in to your account