What will be the output of the following piece of code?
line_1 = 'addm'
line_2 = 'acmdk'
print(line_1 > line_2)What will be the output of the following piece of code?
line_1 = 'addm'
line_2 = 'acmdk'
print(line_1 > line_2)Create a free account to access the full topic