浙大版《Python 程序设计》题目集 第1章-2 从键盘输入三个数到a,b,c中,按公式值输出 (30分)

a,b,c = map(int,input().split(' '))
print(b**2-4*a*c)```
发布了13 篇原创文章 · 获赞 0 · 访问量 56

猜你喜欢

转载自blog.csdn.net/weixin_42229583/article/details/104539433
今日推荐