No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Re: [URL="http://www.python.objectis.net"]www.python.objectis.net[/URL] | |
Re: Hi, I think its very simple. I will give you rough idea about it. first, use raw_input() for asking user to enter number. [QUOTE]number =raw_input('How many item you need ?')[/QUOTE] define tuple. like [QUOTE]my_tuple = range(1,10)[/QUOTE] then use random library for random selection [QUOTE] import random random.sample(my_tuple,number )[/QUOTE] got no … | |
Hello Pythoner, I have found good website which is list of almost all python website including beginner to advance level tutorial.. Jst thought to share with community. [COLOR="Green"][URL="http://python.objectis.net"]http://python.objectis.net[/URL][/COLOR] |
The End.