Handle the tuple in Python language. Example.

Handle the tuple in Python language. 
Example. 

thistuple = ("alfa", "Fiat", "Peugeot", "Renault", "Ford") 
print(thistuple[2:5])

#python #programming #linux

Commenti

Post popolari in questo blog