填空题
已知x为整数变量,那么表达式int(hex(x),16)==x的值为()。
True
填空题 表达式’abc’in’abdcefg’的值为()。
填空题 表达式chr(ord(’b’)^32)的值为()。
填空题 表达式’%s’%65==str(65)的值为()。