ZayBoogie7778 ZayBoogie7778 17-05-2023 Computers and Technology contestada What will be assigned to the variable some_nums after the following code executes? special = '0123456789' some_nums = special[0:10:2] '02020202020202020202' '24682468' '0123456789 '02468