The quiz where the difficulty automagically adapts to the player's Python knowledge
This is a question page. You can use this page to bookmark a question. Start a new quiz!
Question #412
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...)
Question difficulty: 🔵🔵🔵🔵🔵