Skip to content

Commit

Permalink
Update Python_CheatSheet.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MARGYYY1231 committed Jul 23, 2023
1 parent 545bb64 commit 1e11772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python_CheatSheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
#This method adds an element at the end of the list.
list.append(element)

#This method remove the first item from list whose value is equal to the element.
#This method removes the first item from list whose value is equal to the element.
list.remove(element)

#This method inserts an item at a given index/position
Expand Down

0 comments on commit 1e11772

Please sign in to comment.