Python: Print "30+20=50"
Python Basic: Exercise-88 with Solution
Given variables x=30 and y=20, write a Python program to print "30+20=50".
Sample Solution:-
x = 30
y = 20
print("\n%d+%d=%d" % (x, y, x+y))
print()
30+20=50
>>>
Cargo Transfer Process Simulation「貨物轉移過程模擬」 https://www.youtube.com/watch?v=Ic9PpPG-_NU 以下是操作步驟: 打開 EasyBuilder Pro,選擇「新建專案」(New Project),...
沒有留言:
張貼留言