Difference between revisions of "Python list structure"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
https://docs.python.org/3/tutorial/datastructures.html
 
https://docs.python.org/3/tutorial/datastructures.html
 
+
 +
your_list = []
 
  your_list = [3, 4, 5]
 
  your_list = [3, 4, 5]
 
  your_fruit_list = ['orange', 'apple', 'banana']
 
  your_fruit_list = ['orange', 'apple', 'banana']

Revision as of 15:02, 15 April 2023

Advertising: