首页 > 代码库 > Python简单计算
Python简单计算
环境:Python3.5
[root@xiaoshui 23:52:22~/test]# ll total 16 drwxr-xr-x. 2 root root 4096 Feb 22 22:45 sed -rwxr-xr-x. 1 root root 105 Feb 27 23:47 test01.py -rw-r--r--. 1 root root 41 Feb 27 23:48 test02.sh drwxr-xr-x. 2 root root 4096 Feb 27 23:36 tmp3 [root@xiaoshui 23:52:25~/test]# cat test01.py #!/usr/bin/env python3 # -*- coding: utf-8 -*- s1 = 72 s2 = 85 r = s1/s2*100 print(‘rate= %0.2f%%‘ % r) [root@xiaoshui 23:52:29~/test]# cat test02.sh #!/bin/bash python /root/test/test01.py [root@xiaoshui 23:52:32~/test]# bash test02.sh rate= 84.71% [root@xiaoshui 23:52:35~/test]#
本文出自 “学無止境” 博客,请务必保留此出处http://dashui.blog.51cto.com/11254923/1901683
Python简单计算
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。