标签:Python面试 utf-8 == pytho elf obj odi object sel
# -*- coding: utf-8 -*-
class wanwan(object):
def wanwan(self):
str1="abosdufouwgeifubw"
for i in str1:
if str1.count(i)==1:
print(i)
break
if __name__ == ‘__main__‘:
a=wanwan()
a.wanwan()
标签:Python面试 utf-8 == pytho elf obj odi object sel
原文地址:https://www.cnblogs.com/qinhaili/p/9184291.html