2 lines
No EOL
31 B
Python
2 lines
No EOL
31 B
Python
a = [5, 4, 3, 4, 7]
|
|
a.append(4) |
a = [5, 4, 3, 4, 7]
|
|
a.append(4) |