I have this code right here that i was using and i was trying out the .append() function.
.append()
x=[1, 2, 3, 4] x.append(5) print(x)
Bu