Written in: Obsidian-Markdown Format
This is my Doubt Page
colors.insert(1, "green") #inserts item at index 1
colors.append("green") #inserts "green" at the end.
n = [1,2,3,4] colors.extend(n) #inserts n list at the end of colours list
Match 2 condition in if statement:
This is normal text