Skip to content

Commit d3db2c3

Browse files
committed
spam in a nicer place
1 parent be133bb commit d3db2c3

30 files changed

+90
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Python programming tutorial
22

3-
**If you like this tutorial, please [give it a
4-
star](#how-can-i-thank-you-for-writing-and-sharing-this-tutorial).**
5-
63
This is a Python 3 programming tutorial for beginners. If you have never
74
programmed before click [here](basics/what-is-programming.md) to find
85
out what programming is like and get started.
@@ -113,6 +110,9 @@ have helped me with it:
113110

114111
***
115112

113+
If you like this tutorial, please [give it a
114+
star](README.md#how-can-i-thank-you-for-writing-and-sharing-this-tutorial).
115+
116116
You may use this tutorial freely at your own risk. See
117117
[LICENSE](LICENSE).
118118

TODO.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ This tutorial is not complete. It still needs:
3030

3131
***
3232

33+
If you like this tutorial, please [give it a
34+
star](README.md#how-can-i-thank-you-for-writing-and-sharing-this-tutorial).
35+
3336
You may use this tutorial freely at your own risk. See
3437
[LICENSE](LICENSE).
3538

advanced/answers.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11

22
***
33

4+
If you like this tutorial, please [give it a
5+
star](../README.md#how-can-i-thank-you-for-writing-and-sharing-this-tutorial).
6+
47
You may use this tutorial freely at your own risk. See
58
[LICENSE](../LICENSE).
69

advanced/functions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,9 @@ does, so using keyword-only arguments makes sense.
290290

291291
***
292292

293+
If you like this tutorial, please [give it a
294+
star](../README.md#how-can-i-thank-you-for-writing-and-sharing-this-tutorial).
295+
293296
You may use this tutorial freely at your own risk. See
294297
[LICENSE](../LICENSE).
295298

advanced/iters.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,9 @@ does the same thing as our `count()`.
445445

446446
***
447447

448+
If you like this tutorial, please [give it a
449+
star](../README.md#how-can-i-thank-you-for-writing-and-sharing-this-tutorial).
450+
448451
You may use this tutorial freely at your own risk. See
449452
[LICENSE](../LICENSE).
450453

advanced/magicmethods.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,9 @@ are not meant to be imported.
235235

236236
***
237237

238+
If you like this tutorial, please [give it a
239+
star](../README.md#how-can-i-thank-you-for-writing-and-sharing-this-tutorial).
240+
238241
You may use this tutorial freely at your own risk. See
239242
[LICENSE](../LICENSE).
240243

basics/answers.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,9 @@ isn't exactly like mine but it works just fine it's ok, and you can
411411
412412
***
413413
414+
If you like this tutorial, please [give it a
415+
star](../README.md#how-can-i-thank-you-for-writing-and-sharing-this-tutorial).
416+
414417
You may use this tutorial freely at your own risk. See
415418
[LICENSE](../LICENSE).
416419

basics/classes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,9 @@ print("You entered " + word + ".")
416416

417417
***
418418

419+
If you like this tutorial, please [give it a
420+
star](../README.md#how-can-i-thank-you-for-writing-and-sharing-this-tutorial).
421+
419422
You may use this tutorial freely at your own risk. See
420423
[LICENSE](../LICENSE).
421424

basics/defining-functions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,9 @@ Answers for the first, second and third exercise are
528528

529529
***
530530

531+
If you like this tutorial, please [give it a
532+
star](../README.md#how-can-i-thank-you-for-writing-and-sharing-this-tutorial).
533+
531534
You may use this tutorial freely at your own risk. See
532535
[LICENSE](../LICENSE).
533536

basics/dicts.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,9 @@ Running the program might look like this:
299299

300300
***
301301

302+
If you like this tutorial, please [give it a
303+
star](../README.md#how-can-i-thank-you-for-writing-and-sharing-this-tutorial).
304+
302305
You may use this tutorial freely at your own risk. See
303306
[LICENSE](../LICENSE).
304307

0 commit comments

Comments
 (0)