Question #903

What is the output of the code snippet below?
print("Py"**2)

** or pow() cannot be used between strings and integers. This will throw a TypeError error. (w3schools.com/python/ref_func_pow.asp#:~:text=The%20pow()...)


Comment on Disqus:

Question difficulty: 🔵🔵🔵🔵🔵


Similar questions: