str_line = "I was born in {year}"str_year = '1987'print( str_line.format(year=str_year) )# => I was born in 1987
Standard input is empty
I was born in 1987
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!