|
Size: 1257
Comment: added AfrikaansLanguage page; extra link to Dutch Language (mutually intelligible?)
|
Size: 1554
Comment: added blog link
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 2: | Line 2: |
ISO 639-1 Code: af |
|
| Line 20: | Line 22: |
| 4) No anonymous changes. |
|
| Line 34: | Line 38: |
| http://af.wikipedia.org/wiki/Python (Wikipedia Stub) | {{{ # Python 3.0/3.1 def groete(naam): om_te_se = "Hoe gaan dit, {0}?".format(naam) print(om_te_se) naam = 'Cal' groete(naam) }}} [[http://www.goeiegenugtig.co.za/?tag=python|blog]] - mixed English and Afrikaans [[http://af.wikipedia.org/wiki/Python|(Wikipedia Stub)]] |
| Line 38: | Line 57: |
| NewLanguagePage | CategoryLanguage |
Links to Python related information in Afrikaans
ISO 639-1 Code: af
Afrikaans
# Python 3.0/3.1
def groete(naam):
om_te_se = "Hoe gaan dit, {0}?".format(naam)
print(om_te_se)
naam = 'Cal'
groete(naam)blog - mixed English and Afrikaans
