Question #902

What is the output of the code snippet below?
print("Python" * 0)

It will print an empty string. "Python" multiplied by 0 makes "" . (informit.com/articles/article.aspx?p=2140372&seqNum=4#:~:...)


Comment on Disqus:

Question difficulty: 🔵🔵🔵🔵🔵