Timeline for Blackjack Python game
Current License: CC BY-SA 4.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 6 at 12:30 | history | edited | toolic | CC BY-SA 4.0 |
Updated with suggestion from user @Toby Speight
|
| Feb 6 at 8:42 | comment | added | Toby Speight |
Instead of using abs() to format the losing quantity, we could use the fact that we already know winnings < 0 at that point and just use - to get the positive equivalent.
|
|
| Feb 5 at 19:04 | history | answered | toolic | CC BY-SA 4.0 |