-1

Hello Everyone, Can anyone tell me the syntax of adding or changing elements in python array or tell me any examples?

Comments
  • 6
    Google is your best friend
  • 1
    @alexbrooklyn wrong @lmgtfy is the best friend.
  • 0
  • 2
    It's such a basic question that it's already been answered a million times and you can quickly find many great answers.

    You can also ask it again and get a mediocre answer from someone who could spend their time more productively than answering the same question again.

    By the way, you mean a list - plain Python doesn't have arrays.
  • 2
    honestly bud, google is your best friend for this "adding elements to a Python list" will give you many examples, no shame in looking for that and it will carry you far longer in your career. Trust your own research skills more than anything else and build up on them. Its what we all do.
  • 2
    Wait, I can actually haz fake interweb points by asking dev questions on devRant ?
  • 1
    @zlot negative points yes
  • 3
    If you don't know how to google simply stuff like that, you will always be a shitty wannabe-dev.
  • 1
    @alexbrooklyn bummer, at least I’ve tried 😁
  • 0
    And My Suggestion start with this URL: https://hackr.io/blog/python-arrays
Add Comment