Question #412

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

2 power 3 make 8, so "P" will be concatenated to itself 8 times! (digitalocean.com/community/tutorials/how-to-do-math-in-py...)


Comment on Disqus:

Question difficulty: 🔵🔵🔵🔵🔵