I Haz Codes
Enter the code below. The code will display all of the names in the list. It is not complete. You need to add the following - - Add 5 more names to the list. - change z < ??? to be the size of the new list. - change print (names[????]) to be print( names[z]).names = [“Tom”, “Dick”, “Harry”] z = 0 while z < ???: print (names[????]) z = z + 1
You need to log in or create an account to submit code!
| milokavanagh | levelcap115 |
| ohm | shinx284680 |
| s-saeed | luke |
| comp-genus | n-whaind |
| meelas | masudyaqub |
Leave a Reply