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 #917
Conversion is explicit. Coercion is implicit.
1.0 + 2 #coercion
1.0 + float(2) #conversion
(stackoverflow.com/a/1602216/7938152)
Question difficulty: 🔵🔵🔵🔵🔵
Similar questions: