Kasante95

member function example

Mar 27th, 2023 (edited)
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. todo = ["take out the trash", "wash the dishes", "wipe the countertops", "clean the bathroom"]
  2. todo.clear()
  3. print(todo)
Advertisement
Add Comment
Please, Sign In to add comment