Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

how to create obtain any random 3 items of list in python


import random as R
A=['a','b','c','d','e','f','g','h','i','j']
print("
",R.sample(A,3))
Comment

PREVIOUS NEXT
Code Example
Python :: pandas add two string columns 
Python :: password manager python 
Python :: taking multiple input in python 
Python :: count number of zeros in a number python 
Python :: how to print to a file in python 
Python :: read a file and split the words python 
Python :: pyttsx3 install 
Python :: python regex cheat sheet 
Python :: dataframe get row by name 
Python :: paginate on APIView drf 
Python :: code to find the shape of the 2d list in python 
Python :: python script header 
Python :: make dataframe index a column 
Python :: stdout.write python 
Python :: pandas replce none with nan 
Python :: find order of characters python 
Python :: Substring in a django template? 
Python :: pandas group by multiple columns and count 
Python :: get first x characters of string python 
Python :: plt multiple figures to show 
Python :: remove idx of list python 
Python :: python xml replace attribute value 
Python :: python make directory tree from path 
Python :: shutil remove 
Python :: boto signed url 
Python :: python cv2 get image shape 
Python :: python list of colors 
Python :: python reverse geocode 
Python :: how to convert gb to mb in python 
Python :: python instagram downloader 
ADD CONTENT
Topic
Content
Source link
Name
4+8 =