实验1 python开发环境使用和编程初体验

1 print("hi,python,I'm trying")
2 
3 a,b=eval(input('Enter two numbers:'))
4 print(f'a={a},b={b}')

 

posted on 2022-03-23 16:38  lsw()  阅读(20)  评论(0编辑  收藏  举报