4 lines
29 B
Python
4 lines
29 B
Python
s1 = 'Homer'
|
|
|
|
print(len(s1))
|
s1 = 'Homer'
|
|
|
|
print(len(s1))
|