Python括弧约定 [英] Python bracket convention

查看:142
本文介绍了Python括弧约定的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我会写一个可能的约定作为回答。

p>

解决方案

  my_dictionary = {
1:'something',
2 :'other other thing',
}


What do you think is the convention that is mostly used when writing dictionary literals in the code?

I'll write one possible convention as an answer.

解决方案

my_dictionary = {
    1: 'something',
    2: 'some other thing',
}

这篇关于Python括弧约定的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆