实验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 @ 2022-03-23 22:25  思杰  阅读(23)  评论(0编辑  收藏  举报