print("输出 in console test") print("2的10次方是", 2**10) print("name input demo test below") print("21点55分") ''' 通过debug #输出名字 your_name = i……