コード例 #1
0
from allcaps import capitalize

for word in '''several species of small furry animals gathered together in a cave and grooving with a pict'''.split(
):
    print capitalize(word)
コード例 #2
0
ファイル: capit.py プロジェクト: ChristinaLK/git-project
import allcaps 

for word in '''several species of small furry animals gathered together in a cave and grooving with a pict'''.split():
    print allcaps.capitalize(word)
コード例 #3
0
ファイル: capit.py プロジェクト: ChristinaLK/git-project
from allcaps import capitalize

for word in '''several species of small furry animals gathered together in a cave and grooving with a pict'''.split():
    print capitalize(word)
コード例 #4
0
ファイル: capit.py プロジェクト: ChristinaLK/git-project
import allcaps

for word in '''several species of small furry animals gathered together in a cave and grooving with a pict'''.split(
):
    print allcaps.capitalize(word)