Reply to post: Re: Extinct

Everyone loves programming in Python! You disagree? But it's the fastest growing, says Stack Overflow

Yes Me Silver badge
Headmaster

Re: Extinct

"Python is a nice, clean language..."

Well, not really that clean.

b = [1,2,3]

a = b

a[1] = 9

b[1] = 10

What is the value of a[1]?

All the same, I like Python and a lot of production software is written in Python these days.

POST COMMENT House rules

Not a member of The Register? Create a new account here.

  • Enter your comment

  • Add an icon

Anonymous cowards cannot choose their icon