Re: Trailing zeros of 100!

2016-01-02 Thread yehudak .
Hi again, I looked a little deeper at your code. Smart solution and kudos. Yehuda On Sat, Jan 2, 2016 at 10:02 PM, yehudak . wrote: > Hello vbr, > That's EXACTLY what I needed. rstrip is new for me so I'm going to Dr. > Google to learn. > > On my efforts I was struggli

Re: Trailing zeros of 100!

2016-01-02 Thread yehudak .
Hello vbr, That's EXACTLY what I needed. rstrip is new for me so I'm going to Dr. Google to learn. On my efforts I was struggling with .pop() but wasn't very successful... Thank you so much, Yehuda On Sat, Jan 2, 2016 at 8:29 PM, Vlastimil Brom wrote: > 2016-01-02 18:34

Re: Trailing zeros of 100!

2016-01-02 Thread yehudak .
g the code. Appreciated, Yehuda On Sat, Jan 2, 2016 at 5:24 PM, Vlastimil Brom wrote: > 2016-01-02 14:14 GMT+01:00 yehudak . : > > Vlastimil, > > Thank you so much, but... > > All that is Chinese for me. > > Can you show a 'normal' Python code for me? > &

Re: Trailing zeros of 100!

2016-01-02 Thread yehudak .
Vlastimil, Thank you so much, but... All that is Chinese for me. Can you show a 'normal' Python code for me? Yehuda On Sat, Jan 2, 2016 at 2:44 PM, Vlastimil Brom wrote: > 2016-01-02 12:49 GMT+01:00 : > > Hi, newbie here! > > I'm trying to write a python program to find how many trailing zeros