Computer Science, asked by ashus4770, 6 months ago

prog =[ 'JS':'atom','CS':'VS','python': [ 'pycharm','sublime'],'java' : {'jse' :'netborg' , 'jee': 'Eclipse' }} can anyone identify what's wrong in this please when i enter this it shows error it's a python code

Answers

Answered by variablevar7
2

Answer:

This is a dictionary

Explanation:

prog ={ 'JS':'atom',

'CS':'VS',

'python': [ 'pycharm','sublime'],

'java' : {'jse' :'netborg' , 'jee': 'Eclipse' }

}

#Now try this one

Similar questions