Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Input a number with any number of digits and output it in reverse order of digits.
Post: RE: Input a number with any number of digits and o...

thnx @Larz60+ for your kind response. though i haven't use this 'slicing' method or '.format()' function before, but i got the logic and that's pretty awesome. having said that, i'm wondering what oth...
sarada2099 General Coding Help 6 6,670 Mar-09-2017, 10:00 AM
    Thread: Input a number with any number of digits and output it in reverse order of digits.
Post: Input a number with any number of digits and outpu...

hi, i'm a python beginner. few months ago i've started learning python and it's getting interesting to me everyday. So, today i need some help on an interesting problem. "Write a program to reverse th...
sarada2099 General Coding Help 6 6,670 Mar-09-2017, 05:51 AM
    Thread: A "Nested Loop" example from python 3.3.4 to 2.6!!
Post: RE: A "Nested Loop" example from python 3.3.4 to 2...

Great! That's the assurance i was needed  **smile**  .  Now as both my questions are answered i would like to ask admin to happily mark this as solved...
sarada2099 General Coding Help 6 6,041 Dec-18-2016, 02:56 PM
    Thread: A "Nested Loop" example from python 3.3.4 to 2.6!!
Post: RE: A "Nested Loop" example from python 3.3.4 to 2...

wow! That's work like a charm. thanks a zillion times @stranac . I was actually puzzled because i couldn't find the fault anywhere but not any more  **biggrin** .[b][url=http://python-forum.io/User-st...
sarada2099 General Coding Help 6 6,041 Dec-18-2016, 02:45 PM
    Thread: A "Nested Loop" example from python 3.3.4 to 2.6!!
Post: RE: A "Nested Loop" example from python 3.3.4 to 2...

thanks  admin @Yoriz for your valuable reply first of all. i've tried as you've mentioned : X = 1 Y = 1 print '{:>4}'.format(' '), for X in xrange(1, 11):    print '{:>4}'.format(X),     prin...
sarada2099 General Coding Help 6 6,041 Dec-18-2016, 02:58 AM
    Thread: A "Nested Loop" example from python 3.3.4 to 2.6!!
Post: A "Nested Loop" example from python 3.3.4 to 2.6!!

hi,  i'm a fresh new user of this forum as well as a complete beginner of the programming world actually. i've done my masters in mathematics 2 yrs back and currently i'm a school teacher. Besides tha...
sarada2099 General Coding Help 6 6,041 Dec-18-2016, 01:48 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020