為什么 d= {}不能用回車
d = { ? ?'Adam': 95, ? ?'Lisa': 85, ? ?'Bart': 59 } print 'Adam:',d.get('Adam') print 'Lisa:',d.get('Lisa') print 'Bart:',d.get('Bart') 為什么用python2.7或3.4都不能輸入回車
d = { ? ?'Adam': 95, ? ?'Lisa': 85, ? ?'Bart': 59 } print 'Adam:',d.get('Adam') print 'Lisa:',d.get('Lisa') print 'Bart:',d.get('Bart') 為什么用python2.7或3.4都不能輸入回車
2017-04-03
舉報
2017-04-03
用特定的編譯器試了嗎