Re: dictionary issue for formatted print

2014-11-09 Thread Peter Otten
Yusuf Can Bayrak wrote: > when dictionary has one value for each key it's okey. I'm just type '% > greek_letters' and it's working. > > But how can i assign dict's values to formatted print, if it has more > values than one. > >> >>1. # -*- coding: utf-8 -*- >>2. greek_letters = { >>

dictionary issue for formatted print

2014-11-09 Thread Yusuf Can Bayrak
when dictionary has one value for each key it's okey. I'm just type '% greek_letters' and it's working. But how can i assign dict's values to formatted print, if it has more values than one. > >1. # -*- coding: utf-8 -*- >2. greek_letters = { >3. 'omega': ['ω','Ω']