函数.replace()不存在

时间:2019-05-17 12:45:34

标签: python python-3.x

我想删除结果中的括号:(35,'$') 并显示如下结果:35 $

我尝试了替换功能,但似乎没有用。我该怎么办?

import datetime
money=0
datetime=datetime.datetime.now()
minute_started = datetime.strftime("%M")
money_week = (1 + (int(minute_started)))
current_balance = (money_week, "$")
update_balance = current_balance

print (update_balance)

0 个答案:

没有答案