LoginSignup
3
1

More than 5 years have passed since last update.

わーい、すごーい

Last updated at Posted at 2017-02-10

こんにちは。ぱいそんが好きなフレンズのみなさん。

Python 3 エンジニア認定基礎試験の勉強をしてて覚えた辞書のアンパックでやってみました。

friends.py
friendsSyntax = {'wai':'わーい!!','animal':'ニシキヘビ','sugoi':'すごーい!!','skill':'ぱいそん'}

print('{wai}君は{animal}のフレンズなんだね!!'.format(**friendsSyntax))
print('{sugoi}{skill}ができるフレンズなんだー!!'.format(**friendsSyntax))
わーい!!君はニシキヘビのフレンズなんだね!!
すごーい!!ぱいそんができるフレンズなんだー!!

元ネタを投稿しているフレンズ
Bash: http://qiita.com/fk_2000/items/afd5f4ca8f5bb25011c7
PHP: http://qiita.com/t_ishida/items/bae7e62950d81f427f13
Scala: http://qiita.com/YukiAsu/items/d75b5e16f641c9d4bbf2
Golang: http://qiita.com/sakajunquality/items/5c4a2dc6967e584193ad

3
1
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
1