Skip to main content

Timeline for Alphabet completion rate

Current License: CC BY-SA 4.0

8 events
when toggle format what by license comment
Jun 22, 2019 at 22:03 history edited ArBo CC BY-SA 4.0
deleted 62 characters in body
Jun 22, 2019 at 17:56 history edited ArBo CC BY-SA 4.0
added 165 characters in body
Jun 22, 2019 at 17:39 history edited ArBo CC BY-SA 4.0
added 541 characters in body
Jun 21, 2019 at 15:28 history edited ArBo CC BY-SA 4.0
added 514 characters in body
Jun 21, 2019 at 14:45 history edited ArBo CC BY-SA 4.0
added 152 characters in body
Jun 21, 2019 at 12:09 comment added ArBo @TeleportingGoat Division with a single slash always gives floats in Python 3, even if the operands are integers. For integer division, you'd use //, but then it would always be integer division, which is obviously not what we want here. It makes sense that they didn't make the data type of the output dependent on the specific values of the operands, which means always floats, even if it's a whole number.
Jun 21, 2019 at 12:05 comment added Teleporting Goat Why does the second one return 1.0 and not 1? (I didn't want to specifically disallow it so it wouldn't disadvantage specific languages, but I'm curious)
Jun 21, 2019 at 10:33 history answered ArBo CC BY-SA 4.0