你题目的解答代码如下:(如有帮助,望采纳!谢谢! 点击我这个回答右上方的【采纳】按钮)
one = int(input("one:")) two = int(input("two:")) three = int(input("three:")) t = one < two < three print(t)