Skip to content

csit08/polymorphism

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

#polymorphism in Built-in function len()

students = ['Emma', 'Jessa', 'Kelly']

school = 'ABC school' name=['tt','yy','hh']

calculate count

print(len(students)) print(len(school)) print(len(name))

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published