This assignment will provide an introduction to Python, data types, and syntax!
By the end of this assignment, you should be able to:
- Run the basic "Hello World" command in Python
- Create several variables using various data types
- Perform basic arithmetic using variables of appropriate types
-
Read the following materials:
-
W3Schools Python Please read the "intro" through "casting" items
-
Input Function This function allows for you to collect input from the user!
-
-
Complete the following tasks:
-
assignment_1.py:
This assignment will allow you to verify your python installation
-
assignment_2.py:
Please find the errors in this task and fix them! You only need to modify code between the ASSIGNMENT STARTS/ENDS HERE comments
-
assignment_3.py:
Here you will write your own code to perform the tasks as laid out in the comments!
-
-
Please commit your code to a public GitHub repository
- Once you have completed all three tasks in your code please commit your updated python code to a public repository in GitHub!
- Once you have a public repository link submit that link to the week one assignment in Brightspace!