Compare commits
No commits in common. "d320b0b2f7db43ef3ffa1b944ee958d57e5c04b6" and "b71075c3c8e2e53325cd25083f7419427dae3241" have entirely different histories.
d320b0b2f7
...
b71075c3c8
@ -1,4 +1,4 @@
|
|||||||
x = 5
|
x = 6
|
||||||
|
|
||||||
if x == 5:
|
if x == 5:
|
||||||
print("True")
|
print("True")
|
9
README
9
README
@ -16,19 +16,10 @@ Exercises are contained in files as well (for instance, exercise 1 is contained
|
|||||||
Read the comment and do what it instructs you to do.
|
Read the comment and do what it instructs you to do.
|
||||||
Run the exercise.
|
Run the exercise.
|
||||||
|
|
||||||
+---------------+
|
|
||||||
| Prerequisites |
|
|
||||||
+---------------+
|
|
||||||
|
|
||||||
The following must be downloaded and installed:
|
|
||||||
- Python
|
|
||||||
- Git
|
|
||||||
|
|
||||||
+------+
|
+------+
|
||||||
| Plan |
|
| Plan |
|
||||||
+------+
|
+------+
|
||||||
|
|
||||||
Day 1 {
|
Day 1 {
|
||||||
Lessons 1-5
|
Lessons 1-5
|
||||||
Exercises 1-5
|
|
||||||
}
|
}
|
||||||
|
5
e2.py
5
e2.py
@ -1,5 +0,0 @@
|
|||||||
# Exercise 2
|
|
||||||
# Task:
|
|
||||||
'''
|
|
||||||
Create two variables, one equalling 5 and the other equalling 10, and print the sum
|
|
||||||
'''
|
|
13
e3.py
13
e3.py
@ -1,13 +0,0 @@
|
|||||||
# Exercise 3
|
|
||||||
# Task:
|
|
||||||
'''
|
|
||||||
Print the following:
|
|
||||||
|
|
||||||
- Sum of 5 and 10
|
|
||||||
- Difference of 5 and 10
|
|
||||||
- Product of 5 and 10
|
|
||||||
- Quotient of 5 and 10
|
|
||||||
- Remainder of 5 and 10
|
|
||||||
|
|
||||||
Do not use variables.
|
|
||||||
'''
|
|
7
e4.py
7
e4.py
@ -1,7 +0,0 @@
|
|||||||
# Exercise 4
|
|
||||||
# Task:
|
|
||||||
'''
|
|
||||||
Create a variable that is equal to 5.
|
|
||||||
|
|
||||||
Use an if statement to print "True" if the variable is equal to 5.
|
|
||||||
'''
|
|
7
e5.py
7
e5.py
@ -1,7 +0,0 @@
|
|||||||
# Exercise 5
|
|
||||||
# Task
|
|
||||||
'''
|
|
||||||
Create a variable that is equal to 10
|
|
||||||
|
|
||||||
If the variable is equal to 5, print "True", otherwise print "False"
|
|
||||||
'''
|
|
Loading…
Reference in New Issue
Block a user