Module 1 Critical Thinking: CSU Global – ITS320
Requirements:
Option #1: Create a Python Application
Write a Python Program that outputs this mouse: Assignment Instructions
Edit your Python program using your choice of editor such as Notepad, Notepad++, or Idle. Idle is a simple Python interactive development environment that installed with your Python package.
Save your Python code using the file name ITS320_CTA1_Option1.py.
Be sure that you thoroughly tested the program as submitted, without any last-minute changes. Assignment Deliverables
Submit the text file named ITS320_CTA1_Option1.py that contains your Python code
#------------------------------------------------------------------------
# Program Name: Week1CriticalThinking
# Author: # Date: 12/15/2021
#------------------------------------------------------------------------
# Pseudocode: 1. Form the ear and top of the head
# 2. Form the back, chin, eye, and nose.
# 3. Form the tail, back, stomach, and arm.
# 4. Form the tail, back and stomach.
# 5. Form the tail, back, bottom, stomach, and foot. #------------------------------------------------------------------------
# Program Inputs: None
# Program Outputs: Text-based image of a mouse #------------------------------------------------------------------------
print(' (\\-.') # Print characters to form the top of the head
print(' / _`>')
print(' _) / _)=')
print('( / _/')
print(' `-.__(___)_')
Requirements:
Option #1: Create a Python Application
Write a Python Program that outputs this mouse: Assignment Instructions
Edit your Python program using your choice of editor such as Notepad, Notepad++, or Idle. Idle is a simple Python interactive development environment that installed with your Python package.
Save your Python code using the file name ITS320_CTA1_Option1.py.
Be sure that you thoroughly tested the program as submitted, without any last-minute changes. Assignment Deliverables
Submit the text file named ITS320_CTA1_Option1.py that contains your Python code
#------------------------------------------------------------------------
# Program Name: Week1CriticalThinking
# Author: # Date: 12/15/2021
#------------------------------------------------------------------------
# Pseudocode: 1. Form the ear and top of the head
# 2. Form the back, chin, eye, and nose.
# 3. Form the tail, back, stomach, and arm.
# 4. Form the tail, back and stomach.
# 5. Form the tail, back, bottom, stomach, and foot. #------------------------------------------------------------------------
# Program Inputs: None
# Program Outputs: Text-based image of a mouse #------------------------------------------------------------------------
print(' (\\-.') # Print characters to form the top of the head
print(' / _`>')
print(' _) / _)=')
print('( / _/')
print(' `-.__(___)_')