Python

Python Boş Liste,Sözlük,DataFrame,Array,Tupple,String Oluşturma

Python’da algoritma kurarken boş bir veri tipi oluşturmamız gerekebilir. Bunları inceleyelim.

bos_string=""
bos_liste=[]
bos_array=np.array([])
bos_dataframe=pd.DataFrame;
bos_tupple=((),)
bos_sozluk={}

 

4 2 votes
Article Rating
Subscribe
Bildir
guest
0 Yorum
Inline Feedbacks
View all comments