Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.8K
2 Posted Topics
[CODE]def fun(var1, var2) : count = 0 main_list = [] list1 = [] for i in range(var1*var2, 0, -1) : if not i%var2 : if not count%2 : list1.reverse() list1.append('\n') main_list = main_list + list1 list1 = [] count = count + 1 list1.append(i) list1.append('\n') main_list = main_list + list1 …
Hi, This is Sudha Sharma, a Python Programmer. I am working on ERP Product which is developed in python. Thanks, Sudha
The End.
Sudha@deniweb