CBSE BOARD XII, asked by nisha24rr, 8 months ago

write syntaxes for if ,else,elif,list,tuple,dict,

Answers

Answered by Wreakit
1

Heya here you go

_________

Syntax:

1) if:

St1<>

2)elif:

St2<>

3)else:

St3<>

LIST

L=[<anything >]

L=list[<whatever data type >]

TUPLE

T=()

T=tuple[]

DICTIONARY

D={}

## hope it helped ya

Similar questions