Question #346

Which one will output the below?
"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%...)


Comment on Disqus:

Question difficulty: 🔵🔵🔵🔵🔵