首页
实验1 Python开发环境使用和编程初体验
print
(
"
hi,python,I am trying
"
) a,b
=eval(input(
'
enter two numbers:
'
))
print
(f
'
a={a},b={b}
'
)
相关
标签