🌈 搜索
📅  最后修改于: 2022-03-11 14:45:31.646000             🧑  作者: Mango
print('Enter x: ') x = int(input()) print(x) print('x doubled is:', (2 * x))