On 20/04/16 06:52, isaac tetteh wrote:
>> Thanks things are working good now. The only problem is
>> i want to print the for loop output on one line instead of on each line.
>> Example [1,2,3,4,5]
>> Output
>> 1 2 3 4 5
>> I would to do this in Jinja
I don;t know what Jinja is but...
When yo
> From: isaac tetteh
> Date: April 19, 2016 at 9:05:04 PM CDT
> To: Danny Yoo
> Subject: Re: [Tutor] List of tuples
>
> Thanks things are working good now. The only problem is i want to print the
> for loop output on one line instead of on each line.
> Example [1,2,3,4,5]
> Output
> 1 2 3 4 5