1. Print letter 'C' from this list 2. Print letters 'C', 'D', 'E' 3. Print the length of this list 4. Print the first element of this list 5. Print the last element of this list 6. Create a variable called grade and assign the third element ('C') from list letters list to it (print variable grade to make sure you did the right indexing) Your output should look like: C CDE 5 A E C Warning: for all printouts use indexing and the name of the list (letters). For example, you cannot do print('C')! letters = ['A', 'B', 'C', 'D', 'E'] Check syntax
1. Print letter 'C' from this list 2. Print letters 'C', 'D', 'E' 3. Print the length of this list 4. Print the first element of this list 5. Print the last element of this list 6. Create a variable called grade and assign the third element ('C') from list letters list to it (print variable grade to make sure you did the right indexing) Your output should look like: C CDE 5 A E C Warning: for all printouts use indexing and the name of the list (letters). For example, you cannot do print('C')! letters = ['A', 'B', 'C', 'D', 'E'] Check syntax
Mathematics For Machine Technology
8th Edition
ISBN:9781337798310
Author:Peterson, John.
Publisher:Peterson, John.
Chapter30: Customary And Metric Steel Rules
Section: Chapter Questions
Problem 6A
Related questions
Question
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 1 steps with 1 images
Recommended textbooks for you
Mathematics For Machine Technology
Advanced Math
ISBN:
9781337798310
Author:
Peterson, John.
Publisher:
Cengage Learning,
Algebra: Structure And Method, Book 1
Algebra
ISBN:
9780395977224
Author:
Richard G. Brown, Mary P. Dolciani, Robert H. Sorgenfrey, William L. Cole
Publisher:
McDougal Littell
Mathematics For Machine Technology
Advanced Math
ISBN:
9781337798310
Author:
Peterson, John.
Publisher:
Cengage Learning,
Algebra: Structure And Method, Book 1
Algebra
ISBN:
9780395977224
Author:
Richard G. Brown, Mary P. Dolciani, Robert H. Sorgenfrey, William L. Cole
Publisher:
McDougal Littell