Update Session 5 - 26-05-2022.py
This commit is contained in:
parent
bceb86d0ac
commit
2717487fe1
|
@ -1,3 +1,6 @@
|
|||
# Copyright 2022, Rayyan Hodges, TAFE NSW
|
||||
# rayyan.hodges@studytafensw.edu.au
|
||||
|
||||
# Arrays - Temporarily adding and removing items to an array
|
||||
clothes_rack = []
|
||||
clothes_rack.append("dress")
|
||||
|
|
Loading…
Reference in New Issue