Posts
 
Reputation
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
~253 People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for shashi86

[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 …

Member Avatar for TrustyTony
0
196
Member Avatar for Sudha@deniweb

Hi, This is Sudha Sharma, a Python Programmer. I am working on ERP Product which is developed in python. Thanks, Sudha

Member Avatar for qlipboard
0
57

The End.