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 = {
>>
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': ['ω','Ω']