use of iterations and strings #714
Unanswered
c110154520
asked this question in
Code with Copilot
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In this unit, we explored the basic concepts of fundamental concepts of Iterations and Strings in Python. Before completing this assignment, review the reading material listed below:
Think Python: How to think like a computer scientist Chapters 7 - Iterations (p. 63- 69)
Think Python: How to think like a computer scientist Chapters 8- Strings (p. 71- 79)
Please ensure that you review all examples presented in Chapters before you work on this assignment.
Write program to display your name and perform following operations on it:
Display n characters from left. (Accept n as input from the user)
Count the number of vowels.
Reverse it.
The code and its output must be explained technically. The explanation can be provided before or after the code, or in the form of comments within the code. The descriptive part of your response must be at least 200 words.
If you use an informational source, be sure to identify the source and share the link to the source you used. This is a good time to start practicing some of what you learned about APA in UNIV 1001.
Submission Instructions:
Submit the solutions in one document.
Make sure your submission is double-spaced, using Times New Roman, 12-point font, with 1” margins.
Use sources to support your arguments. Use high-quality, credible, relevant sources to develop ideas that are appropriate for the discipline and genre of the writing.
Use APA citations and references to support your work. Add a reference list at the end of the submission. For assistance with APA formatting, view the Learning Resource Center: Academic Writing.
Your submission should be clearly written, concise, and well organized, and free of spelling and grammar errors. The grading will be based on the quality of your analysis, accurate solution of the problem and the quality of your writing.
Beta Was this translation helpful? Give feedback.
All reactions