def myfun(): colors_list = ["Red", "Green", "White", "Black"] print("%s %s" % (colors_list[0], colors_list[-1])) if __name__=="__main__": myfun()
Red Black
Apply For Job
Java Material
Python Material
PLSQL Material
.Net Material
Write a python program to counting item occurrences
Write a Python program to get the volume of a sphere with radius six.
Write a Python Program to find sum of array.
Write a Python program to display the first and last colors from the following list.
Write a python program to open a website using python