Kommer snart.
NAS, SAN, Rack, Blade server, RAID, VLAN, UPS, Cat5 vs Cat6/⅞, Formfaktor
Kommer snart.
NAS, SAN, Rack, Blade server, RAID, VLAN, UPS, Cat5 vs Cat6/⅞, Formfaktor
Assignment 5
A program is easier to read when each idea has enough room. First describe the goal, then test one small part at a time.
Use names that explain the value, such as
total_score or current_level.
scores = [3, 5, 8]
total_score = 0
for score in scores:
total_score += score
print(total_score)
Remember
Keep the loop small at first, then add one new rule when the output looks correct.
| Concept | Example |
|---|---|
| Loop | Repeats the same step |
| Condition | Chooses one path |
Stores your scroll position for each page on this browser, so Piggy can return you close to where you stopped reading.