0
Here is a question. Please try it in python
if sequence starts with brackets, it has to end with same set of bracket. eg: if the sequence starts with square bracket, it has to end with square bracket. check below format for more details.. {(}] ------->Wrong sequence {([])} ------>Right sequence please try this!
0 Answers