* トイチスクリプト

おふざけ。

# -*- coding: utf-8 -*-
              while True:
                  print "借りる値段を入力してね٩(ˊᗜˋ*)و"
                  n = input('> ')
                  month = n * (1.1 ** 3)
                  year = n * (1.1 ** 36)
                  five_month = n * (1.1 ** (36 * 5))
                  print "1ヶ月で{}円, 1年で{}円, 5年で{}円かかるよ(,,Ծ‸Ծ,, )\n".format(int(month),int(year),int(five_month))
              

※この記事は WordPress に投稿した記事を変換したものです。一部不自然な表示があるかも知れません。ご了承ください。また、記事タイトル先頭の * は WordPress から移行した記事である印です。

comments powered by Disqus