Python-Programming-Assignment-01
Python-Programming-Assignment-01
Problem: Write a Python program that takes a string as input and prints out the
following:
Instructions:
Example Input:
Example Output:
Instructions:
● Write a Python script that accepts a number from the user, determines
whether it is even or odd, and prints the result.
● Use conditionals to check if the number is even or odd.
Example Input:
Enter a number: 5
Example Output:
Instructions:
● You will not be expected to actually run the environment creation commands
but rather simulate what would happen by describing the steps in your code
and then focusing on the sorting operation.
● Make sure that your program explains each step as comments and performs
sorting using numpy.
Example Input:
Example Output: