`
xiaomayi0323
  • 浏览: 564 次
  • 性别: Icon_minigender_1
  • 来自: 西安
最近访客 更多访客>>
社区版块
存档分类
最新评论
文章列表

count_number.py

#!/usr/bin/env python #coding=utf-8 #filename=count_number.py fruit = ['a','fgh','jkl','qwe'] count = 0 for char in fruit:     if char == 'a':         count = count + 1 print count
Global site tag (gtag.js) - Google Analytics