Changes

Jump to: navigation, search

OPS435 Python Lab 2

354 bytes added, 14:57, 7 September 2017
LAB REVIEW
:# Write a Python script to prompt the user for a course mark (no error checking is required... you can assume that the input will be a valid mark from 0 to 100). Use an if-elif-else statement to convert the mark to a letter grade. For simplicity, you don't have to worry about D+, C+, B+, or A+
:# Write a Python script to print the text '''I love Python''' twenty times (on a separate line).
:# '''INTERESTING CHALLENGE:''' Perform a Netsearch to see how you can write Python code to perform error-checking (using a loop) to force a user to enter a number for the shoe size script (created in question #2). There are two things to consider:<ol><li>A number as opposed to a string</li><li>It has to be an acceptable range from 1 to 20).</li></ol>
13,420
edits

Navigation menu