What will be the output of this python code
run = len("Hello world")
run*= 6
int_run = str(run)
along = len("Beyond knowing")
int_along = str(along)
print(int_run + int_along)

Posted on by