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
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
English,
4 months ago
Hindi,
4 months ago
Social Sciences,
8 months ago
English,
8 months ago
Math,
11 months ago