-
单选题
在考虑到并行计算的前提下,假设初始账户为10美元,阅读如下python代码片段: def make_withdraw: def withdraw: nonlocal balance if amount > balance: print else: balance = balance - amount print return withdraw 则说法错误的是:
正确答案: D可在小程序上查看本题解析,扫码查看刷真题 · 看解析 · 听课程
单选题
在考虑到并行计算的前提下,假设初始账户为10美元,阅读如下python代码片段: def make_withdraw: def withdraw: nonlocal balance if amount > balance: print else: balance = balance - amount print return withdraw 则说法错误的是: