wumac
p = 0
s = \'How can i get there?\'
for i in s:
    
    if i == \'P\'or i == \'p\':
        p = p + 1 
    else:
        continue
    
if p != 0:
    print(\'\',p,\'\')
else:
    print(\'\')
    

 

分类:

技术点:

相关文章: