python括号是中文还是英文_Python括号约定

我认为几乎没有标准。在

我见过两种缩进方式:Indent 1:

my_dictionary = {

'uno': 'something',

'number two': 'some other thing',

}

Indent 2:

my_dictionary = {'uno': 'something',

'number two': 'some other thing',

}

我已经看到了三个括号:

^{pr2}$

有时你会证明这些价值观:my_dictionary = {'uno': 'something',

'number two': 'some other thing',

}

有时甚至连科隆:my_dictionary = {'uno' : 'something',

'number two' : 'some other thing',

}

看起来很奇怪。在

有时你有一个逗号,有时没有:my_dictionary = {'uno': 'something',

'number two': 'some other thing'}

有时你会把它们都放在一排(如果合适的话)。在my_dictionary = {'uno': 'something', 2: 'some other thing'}

似乎每个人都有自己的风格组合。就我个人而言,我倾向于你在例子中使用的风格,除非有理由不这么做。不这样做的常见原因是当你把词典作为陈述的一部分时。是这样的:amethodthattakesadict({'hey': 'this',

'looks': 'a',

'bit': 'shitty',

})

我建议你适应编写你正在编辑的代码的人的风格。如果这是你的准则:随心所欲。:-)

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值