Question: in python please First List Store the values 'python', 'c', and 'java' in a list. Print each of these values out, using their position in
in python please


First List Store the values 'python', 'c', and 'java' in a list. Print each of these values out, using their position in the list. First Neat List Store the values 'python', 'c', and 'java' in a list. Print a statement about each of these values, using their position in the list. Your statement could simply be, 'A nice programming language is value.' Your First List Think of something you can store in a list. Make a list with three or four items, and then print a message that includes at least one item from your list. Your sentence could be as simple as, "One item in my list is a __." First List - Loop Repeat First List, but this time use a loop to print out each value in the list. First Neat List - Loop Repeat First Neat List, but this time use a loop to print out your statements. Make sure you are writing the same sentence for all values in your list. Loops are not effective when you are trying to generate different output for each value in your list. Your First List - Loop Repeat Your First List, but this time use a loop to print out your message for each item in your list. Again, if you came up with different messages for each value in your list, decide on one message to repeat for each value in your list
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
