Message320843
| Author | lucassdssampaio |
|---|---|
| Recipients | lucassdssampaio |
| Date | 2018-07-01.19:28:46 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1530473326.57.0.56676864532.issue34016@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
lista4 = input().split() print(lista4) lista4.sort() print(lista4) Input = 6 8 10 Output: 6 8 10 ['6', '8', '10'] ['10', '6', '8'] a bug occurs when setting the 10 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-07-01 19:28:46 | lucassdssampaio | set | recipients: + lucassdssampaio |
| 2018-07-01 19:28:46 | lucassdssampaio | set | messageid: <1530473326.57.0.56676864532.issue34016@psf.upfronthosting.co.za> |
| 2018-07-01 19:28:46 | lucassdssampaio | link | issue34016 messages |
| 2018-07-01 19:28:46 | lucassdssampaio | create | |