×
解除綁定,重新設定系統帳號的密碼
您的系統帳號 ID:
您的系統帳號:
您的帳號暱稱:
設定新密碼:
設定新密碼:
×
請輸入要加入的「課程代碼」
請向開設課程的使用者索取「課程代碼」
Problems
Submissions
Rank
Forum
Contest
Login
Register
回『Python』
e009:
P18 變數同時多重指派
Tags :
Python
Accepted rate :
0人
/
0人
(0%)
[非即時]
評分方式:
Tolerant
最近更新 : 2024-12-23 10:38
Content
Python允許使用者同時多重指派。請鍵入以下程式,並觀察結果。
a, b, c = 1, 2, 3
print(a, b, c)
Input
Output
Sample Input #1
Sample Output #1
1 2 3
測資資訊:
記憶體限制: 64 MB
公開 測資點#0 (100%): 1.0s , <1K
Hint :
Tags:
Python
出處:
[管理者:
zero
(育達管理員)
]
Status
Forum
排行
ID
User
Problem
Subject
Hit
Post Date
沒有發現任何「解題報告」