Browsing Nepali translation

1 of 1112 results
1.
<p>You can control a kig construction by means of a "pykig"
python script, that can be executed with the command
<code>pykig.py</code>. Here is a nice example
(<code>hexagons.kpy</code>) you can try:
<code><pre>
kigdocument.hideobjects()
def hexagons (c, v, n):
hexagon = PolygonBCV (c, v, 6)
if n &lt;= 0:
hexagon.show()
for i in range(6):
PolygonSide (hexagon, i, True)
return
cnew = MidPoints (c, v)
hexagons (cnew, v, n-1)
for k in [2,4]:
v1 = PolygonVertex (hexagon, k)
cnew = MidPoints (c, v1)
hexagons (cnew, v1, n-1)
hexagons (Point(0,0), Point(1,0), 5)
</pre></code>
i18n: file: tips:2
i18n: ectx: @info:tipoftheday
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
<p>तपाईँ "pykig"
पाइथोन स्क्रिप्ट मार्फत किग निर्माण नियन्त्रण गर्न सक्नुहुन्छ, जुन आदेश
<code>pykig.py</code> द्वारा कार्यान्वयन गर्न सकिन्छ । यहाँ राम्रो उदाहरण छ
(<code>hexagons.kpy</code>) तपाईँ प्रयास गर्न सक्नुहुन्छ:
<code><pre>
kigdocument.hideobjects()
def hexagons (c, v, n):
hexagon = PolygonBCV (c, v, 6)
if n &lt;= 0:
hexagon.show()
for i in range(6):
PolygonSide (hexagon, i, True)
return
cnew = MidPoints (c, v)
hexagons (cnew, v, n-1)
for k in [2,4]:
v1 = PolygonVertex (hexagon, k)
cnew = MidPoints (c, v1)
hexagons (cnew, v1, n-1)
hexagons (Point(0,0), Point(1,0), 5)
</pre></code>
Translated by Narayan Kumar Magar
Located in tips.cpp:3
1 of 1112 results

This translation is managed by Ubuntu Nepali Language Localization Team(उबुन्टुका नेपाली भाषा समायोजकहरू), assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.