#Python TQC考題502 乘積
def compute(x,y): return x*y
x=eval(input()) y=eval(input())
ans=compute(x,y) print(ans)
儲蓄險是板主最喜愛的儲蓄工具,最喜愛的投資理財工具則是ETF,最喜愛的省錢工具則是信用卡
# -*- coding: u...
簡化code: # -*- c...
Python 的字典是一種極為...
code: # -*- cod...
在數據處理和分析中,經常需要將...