格式化输出的几种方式

除法与取模运算

https://www.nowcoder.com/practice/9fe22ac9e55448f4920886f84efeac58

x = int(input())
y = int(input())
print(x // y, x % y)
# print('%.2f' %(x / y))
print('{:.2f}'.format(x / y))

https://www.runoob.com/python/att-string-format.html

全部评论

相关推荐

点赞 评论 收藏
分享
11-05 07:29
贵州大学 Java
点赞 评论 收藏
分享
1 收藏 评论
分享
牛客网
牛客企业服务