str1 = 'hello'
str2 = 'world'
is_length_equal =
print(is_length_equal)
Python
Setting up Python environment...
Output
str1 = 'hello'
str2 = 'world'
is_length_equal =
print(is_length_equal)
Setting up Python environment...