권남의 Github 권남의 위키 까먹지말자! 블로그 권남의 Twitter URLEncode/HTMLEscape Java Properties
print '%(language)s has %(#)03d quote types.' % {'language': "Python", "#": 2} # Python has 002 quote types.
Ross_Info = ("Ross", "he", 28) print("%s is my friend and %s is %s years old" % Ross_Info)