标签: python
我需要打印:
print('System ' + self.checkStatus() + 'from SLEEP ARM')
在单行上,所以它会像:System Disarmed from SLEEP ARM 但它不允许将self.checkStatus()放在该行
System Disarmed from SLEEP ARM
self.checkStatus()