Akhil Narayanan Nair
home
Python - List POP
================
n = [1, 3, 5]
print(n)
n.pop(2)
print(n)
Related Posts
24 Apr 2024
»
Python - Bit NOT
23 Apr 2024
»
Python - Bit XOR
22 Apr 2024
»
Python - Bit OR