Python Forum
For Researching of the System built in Functions() for List(Array) in Python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
For Researching of the System built in Functions() for List(Array) in Python
#1
Photo 
print ('Hello World')
goods1=[15,42,69]; 
goods2=[20,41,59]; 
goods3= [10,42,59];

goods1. append ("purple");
print(goods1,goods2,goods3);

goods3=goods1.copy();
print("after copying");
print (goods1,goods2,goods3);
Larz60+ write Jun-02-2025, 03:48 PM:
Please post all code, output and errors (it it's entirety) between their respective tags. Refer to BBCode help topic on how to post. Use the "Preview Post" button to make sure the code is presented as you expect before hitting the "Post Reply/Thread" button.
Tags have been added for you this time. Please use BBCode tags on future posts.
Reply
#2
Is there a question here?
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020