What will be the output of the following Python code?
x = 'efgh' 
for i in range(len(x)):
print(i)



Posted on by