פייתון/פייתון גרסה 3/פקודת הדפס: הבדלים בין גרסאות בדף

תוכן שנמחק תוכן שנוסף
Mathreturn (שיחה | תרומות)
אין תקציר עריכה
Mathreturn (שיחה | תרומות)
אין תקציר עריכה
שורה 65:
>>>print('the values of (x,y) is', (x), 'and', (y))
the values of (x,y) is 2 and 3
>>>
print('hello', (x), (y))
hello 2 3
</source>
|-