Untitled

Anonymous
python
05/09/2023 5:46 PM
316 B
24
Indexable
# Create a list of numbers


# Print the first element of the list


# Print the last element of the list if it's less than 4


# Replace the second element with a new value if it's greater than 2


# Print the updated list
Editor is loading...