Re: Using a Variable Inside the String

2019-05-10 Thread Thomas Jollans
On 07/05/2019 18.43, Rob Gaddi wrote: > This over here is my friend Bob.  What's 31 + 18 + Bob? That's Numberwang! -- https://mail.python.org/mailman/listinfo/python-list

Re: Using a Variable Inside the String

2019-05-07 Thread sveemani
On Tuesday, May 7, 2019 at 10:13:42 PM UTC+5:30, Rob Gaddi wrote: > On 5/7/19 7:55 AM, sveem...@gmail.com wrote: > > On Tuesday, May 7, 2019 at 1:20:49 AM UTC+5:30, MRAB wrote: > >> On 2019-05-06 19:44, sveem...@gmail.com wrote: > >>> Hi all, > >>> > >>> I am new learner of python programming and I

Re: Using a Variable Inside the String

2019-05-07 Thread Rob Gaddi
On 5/7/19 7:55 AM, sveem...@gmail.com wrote: On Tuesday, May 7, 2019 at 1:20:49 AM UTC+5:30, MRAB wrote: On 2019-05-06 19:44, sveem...@gmail.com wrote: Hi all, I am new learner of python programming and I am into my basics. I got struck with the code in a sample program and refer the same

Re: Using a Variable Inside the String

2019-05-07 Thread sveemani
On Tuesday, May 7, 2019 at 1:20:49 AM UTC+5:30, MRAB wrote: > On 2019-05-06 19:44, sveem...@gmail.com wrote: > > Hi all, > > > > I am new learner of python programming and I am into my basics. > > I got struck with the code in a sample program and refer the same with > > IDE and googling whi

Re: Using a Variable Inside the String

2019-05-07 Thread sveemani
On Tuesday, May 7, 2019 at 12:22:06 AM UTC+5:30, Chris Angelico wrote: > On Tue, May 7, 2019 at 4:50 AM wrote: > > > > Hi all, > > > > I am new learner of python programming and I am into my basics. > > I got struck with the code in a sample program and refer the same with > > IDE and googli

Re: Using a Variable Inside the String

2019-05-06 Thread MRAB
On 2019-05-06 19:44, sveem...@gmail.com wrote: Hi all, I am new learner of python programming and I am into my basics. I got struck with the code in a sample program and refer the same with IDE and googling which did not help me for more than a day. What is wrong with my last 2 lines?

Re: Using a Variable Inside the String

2019-05-06 Thread Chris Angelico
On Tue, May 7, 2019 at 4:50 AM wrote: > > Hi all, > > I am new learner of python programming and I am into my basics. > I got struck with the code in a sample program and refer the same with > IDE and googling which did not help me for more than a day. > > What is wrong with my last 2 lin

Using a Variable Inside the String

2019-05-06 Thread sveemani
Hi all, I am new learner of python programming and I am into my basics. I got struck with the code in a sample program and refer the same with IDE and googling which did not help me for more than a day. What is wrong with my last 2 lines? what I am missing? ## my_name =