टपल असाइनमेंट
निम्नलिखित कोड चलाने पर क्या होगा:
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
निम्नलिखित कोड चलाने पर क्या होगा:
heights = (190, 180, 160, 200)
heights[1] = 190
print(heights)Sign in to your account