+ 2
[SOLVED] How to print reverse numbers in python ?
I want to print the 6 digits integers like shown below 000001 000002 000003 000004 000005 ..... .... upto 999999 how to do this?
1 Answer
+ 2
Jan Markus Thank you so much! Grateful of you! đ
I want to print the 6 digits integers like shown below 000001 000002 000003 000004 000005 ..... .... upto 999999 how to do this?