以下程序的输出结果是:ss = set("htslbht")sorted(ss)for i in ss: print(i,end = '') A、htslbht;B、hlbst;C、tsblh;D、hhlstt 发布时间:2024-09-27 04:07:20