tbehney8645 tbehney8645 22-02-2024 Computers and Technology contestada Given the list declaration below, which command would print 18.5? 1) print(mylist[2]) 2) print(mylist[3]) 3) print(mylist[4]) 4) print(mylist[5])