cities=["delhi","gurgaon","noida","pune","mumbai","chennai"]
heroes=["thor","iron man","captain","hulk"]

def print_len(list):
    print(len(list))

print_len(cities)
print_len(heroes)

Embed on website

To embed this program on your website, copy the following code and paste it into your website's HTML: