Links to Python related information in Sinhala
ISO Codes
- ISO 639-1 si
- ISO 639-2 sin
- ISO 639-3 sin
à·à·à¶à·à¶½
Words for code snippet from speaksinhala.com
1 # -*- coding: utf-8 -*-
2 # python 3.0 or 3.1
3
4 def my_name_is(name):
5 print('My name is {0}.'.format(name))
6
7 def මà·à¶à·_නම(නම):
8 print('මà·à¶à· නම {0}.'.format(නම))
9
10 name = 'Pushpa'
11 my_name_is(name)
12
13 නම = 'à¶´à·à·à·à¶´à·'
14 මà·à¶à·_නම(නම)
Sinhala-Unicode forum message - message from 2006 introducing Python with code snippets
Blogs
ecolama - web page code syntax highlighter - not Python specific
