当我喜欢编程时,我使用IronPython控制台,但它做了一些古怪的东西.例如:
If a=("X")
它说"意外的令牌'=.' 或这个:
If a is ("X"): print ("Y") else: print ("Z")
但它应该在那之后结束,它仍然在"......".为什么?
python ironpython
ironpython ×1
python ×1