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.
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.
