Skip to content

Commit 74be5c3

Browse files
authored
Add files via upload
1 parent f18928f commit 74be5c3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
from operator import length_hint
2+
3+
no= list(input("Enter The Number").split())
4+
5+
print("This List is: " +str(no))
6+
7+
list_len_hint= length_hint(no)
8+
print("Length of list is: " +str(list_len_hint))

0 commit comments

Comments
 (0)