用法:res= 真结果 if 判断语句 else 假结果 python的写法和java的不同
num = 1 if True else 0
用法: str(数值 )
num_str = str(num)
用法1:使用字符串切片
s=s[::-1]