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

print(''hi,python,I'm trying'')

a,b=eval(input('Enter two numbers: '))
print(f'a = {a},b={b}')

 

posted @ 2022-03-23 23:03  wfffww  阅读(20)  评论(0编辑  收藏  举报