Quiz What are the key features of Python? interpreted language dynamically typed object orientated platform-independent What is the correct syntax to output "Hello World" in python? p("Hello World") echo "Hello World" print("Hello World") How many aphorisms are there in the Zen of Python? 18 19 20 Whats the output: a = lambda x,y : x+y ; print(a(5, 6)) Is Python the best language? Yes Submit