Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

gfg placement course

//strings are immutable in python but arrays are mutable
s="sksks"
s[0]="x"
// compilation error as can't assign
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #gfg #placement
ADD COMMENT
Topic
Name
3+9 =