A. ‘China’ B. "China" C. '''China''' D. China
A. str() B. int() C. float() D. eval()
A. print("hello"+str(2020)) B. print("hello"+"world") C. print("hello"+2020)
A. str() B. float() C. bool() D. int()
A. 对 B. 错