#用户输入:input hobby = input('输入你喜欢的活动:>>>>>') age = input('输入你的年龄:>>>>>')
#计算输出:print print(f'我喜欢的活动是{hobby}') print(f'我的年龄是{age}')