#arriver a ecrire en un programme les rala shearim
alphab = [
"א",
"ב",
"ג",
"ד",
"ה",
"ו",
"ז",
"ח",
"ט",
"י",
"כ",
"ל",
"מ",
"נ",
"ס",
"ע",
"פ",
"צ",
"ק",
"ר",
"ש",
"ת"
]
for w in 0..20 do
for x in w +1..21 do
print alphab[w], " ", alphab[x], " "
end
print "\n", "-----", "\n"
end
ecrire les rala shearim, mais ca ne marche pas dans l'ordre, il faut l'ameliorer
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.