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 #346
"30 > 21 and 30 + 21 = 51."
The format() method looks for curly braces in a string (placeholders) and replace them in order by the argument(s) specified. Using square brackets as placeholders won't work! (geeksforgeeks.org/python-format-function/#:~:text=OpenCV%...)
Question difficulty: 🔵🔵🔵🔵🔵