5 lines
108 B
Text
5 lines
108 B
Text
V s = ‘’
|
||
I s.empty
|
||
print(‘String s is empty.’)
|
||
I !s.empty
|
||
print(‘String s is not empty.’)
|