What is the output of the following Python code??
a = "python"
b = "pythoN"
print(a b)


Posted on by