Repetition ( * ) : Concatenate : List PYTHON TUTORIALS


PYTHON TUTORIALS » List » Concatenate »

 

Repetition ( * )


num_list = [43, -1.23, -26.19e5]

print num_list * 2
print num_list * 3



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo List
» Concatenate