python的表达式怎么写?
提问人:杨紫红发布时间:2020-11-26
表达式
3 + (7 * 4)
++i #but no i++
3 ** 5
‘Hello’ + ‘World’
not a and not c
a > b or c > d
继续查找其他问题的答案?
相关视频回答
回复(0)
表达式
3 + (7 * 4)
++i #but no i++
3 ** 5
‘Hello’ + ‘World’
not a and not c
a > b or c > d
点击加载更多评论>>