פייתון/פייתון גרסה 3/שירשור וחזרה על מחרוזת: הבדלים בין גרסאות בדף

תוכן שנמחק תוכן שנוסף
יצירת דף עם התוכן "ניתן לבצע פעולות חשבון גם על מילים : <div style="direction: ltr;"> <source lang="python"> print("world"*4) print("world" + "world")..."
 
אין תקציר עריכה
שורה 4:
<source lang="python">
print("world"*4)
"print("world*4)
print("world" + "world")
</source>
שורה 13 ⟵ 14:
 
worldworldworldworld
world*4
worldworld