שלום,
יצרתי את התוכנה המבוקשת אבל משום מה בקובץ האאוטפוט יש רק 6658 שורות למרות שבאינפוט יש 8498 שורות, כאילו שהלולאה מפסיקה באמצע משום מה.
אני לא יודע אם לשתף פה את הקוד או לא ,אבל נראה שהוא נכון וגם התחלת הקובץ נכונה.
התוכנה יוצרת רק חלק מהקובץ
Click "preview" before you post your message!
Writing in Hebrew
If you post a forum message in Hebrew (or English mixed with Hebrew), add
[[div style="direction:rtl;"]]
before your message, and
[[/div]]
after it (each on a separate line).
Including Python code
When including python code in your message, if you don't want to lose the indentation, and also benefit from syntax highlighting, add
[[code type="python"]]
before the code, and
[[/code]]
after it (each on a separate line).
Bold
Put ** before and after the text:
a**b**c —> abc
Underline
Put __ before and after the text:
a__b__c —> abc
Raw text
Put @@ before and after the text, to ignore formatting:
@@a**b**c@@ --> a**b**c
Full wiki syntax guide:
click here