Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b793247

Browse files
committed
Advance book files
1 parent b3d1fe0 commit b793247

37 files changed

+38
-50536
lines changed

book3/zips/html.zip

-160 KB
Binary file not shown.

book3/zips/pfe.zip

-1.26 MB
Binary file not shown.

html3/01-intro.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@
112112
overflow: visible;
113113
}
114114
hr {
115-
background-color: #1a1a1a;
116115
border: none;
116+
border-top: 1px solid #1a1a1a;
117117
height: 1px;
118118
margin: 1em 0;
119119
}
@@ -1043,8 +1043,8 @@ class="uri">http://www.py4e.com/code3/</a> and run it.</p>
10431043
print(x)</code></pre>
10441044
<p>a) 43<br />
10451045
b) 42<br />
1046-
c) x + 1<br />
1047-
d) Error because x = x + 1 is not possible mathematically</p>
1046+
c) x - 1<br />
1047+
d) Error because x = x - 1 is not possible mathematically</p>
10481048
<p><strong>Exercise 8:</strong> Explain each of the following using an
10491049
example of a human capability: (1) Central processing unit, (2) Main
10501050
Memory, (3) Secondary Memory, (4) Input Device, and (5) Output Device.

html3/02-variables.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@
111111
overflow: visible;
112112
}
113113
hr {
114-
background-color: #1a1a1a;
115114
border: none;
115+
border-top: 1px solid #1a1a1a;
116116
height: 1px;
117117
margin: 1em 0;
118118
}

html3/03-conditional.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@
111111
overflow: visible;
112112
}
113113
hr {
114-
background-color: #1a1a1a;
115114
border: none;
115+
border-top: 1px solid #1a1a1a;
116116
height: 1px;
117117
margin: 1em 0;
118118
}

html3/04-functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@
111111
overflow: visible;
112112
}
113113
hr {
114-
background-color: #1a1a1a;
115114
border: none;
115+
border-top: 1px solid #1a1a1a;
116116
height: 1px;
117117
margin: 1em 0;
118118
}

html3/05-iterations.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@
111111
overflow: visible;
112112
}
113113
hr {
114-
background-color: #1a1a1a;
115114
border: none;
115+
border-top: 1px solid #1a1a1a;
116116
height: 1px;
117117
margin: 1em 0;
118118
}

html3/06-strings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@
111111
overflow: visible;
112112
}
113113
hr {
114-
background-color: #1a1a1a;
115114
border: none;
115+
border-top: 1px solid #1a1a1a;
116116
height: 1px;
117117
margin: 1em 0;
118118
}

html3/07-files.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@
111111
overflow: visible;
112112
}
113113
hr {
114-
background-color: #1a1a1a;
115114
border: none;
115+
border-top: 1px solid #1a1a1a;
116116
height: 1px;
117117
margin: 1em 0;
118118
}

html3/08-lists.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@
111111
overflow: visible;
112112
}
113113
hr {
114-
background-color: #1a1a1a;
115114
border: none;
115+
border-top: 1px solid #1a1a1a;
116116
height: 1px;
117117
margin: 1em 0;
118118
}

0 commit comments

Comments
 (0)