What is the output of the following ?
print("78.0 % 3")
"78.0 % 3" is a string type. So will print as it is "78.0 % 3"
Comment here: