gpt4 book ai didi

python - 我可以在 python 中的一行代码之间添加注释而不注释整行吗?

转载 作者:行者123 更新时间:2023-12-04 14:57:04 25 4
gpt4 key购买 nike

<分区>

我现在正在使用 thonny,但我想知道一般情况下我可以在 python 中的一行代码之间添加注释

from tkinter import *
root=Tk()

mybutton=Button(root,text="click Help",state=DISABLED,padx=60,pady=55)
mybutton.pack()
root.mainloop()

我想在这里评论 state=disabled 而不是整行。那我能不能做,或者我必须为它写一个新行。 :)

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com