Username*
E-Mail*
Password*
Confirm Password*
Terms* By registering, you agree to the Terms of Service and Privacy Policy.
Forget
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Captcha* Click on image to update the captcha .
Can you help me with this question
list
dict
set
int
float
str
tuple
Example:
x = “hello” x[0] = “H” # ❌ TypeError (immutable)
You must login or register to add a new answer.
Previous question
Next question
Answer ( 1 )
list
,dict
,set
int
,float
,str
,tuple
Example:
x = “hello”
x[0] = “H” # ❌ TypeError (immutable)