首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Python > Python命令行界面的计算器。

Python命令行界面的计算器。

  • 资源大小:53.39 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: python 计算器 界面 命令

资 源 简 介

Quick Math Tool example usage ``` :::: MAIN MENU :::: only type number to make selection 0 exit 1 metric conversions 2 data storage 3 operate on list 4 powers of two 5 how to use this calculator enter menu selection here: 3 :::: LIST OPERATIONS MENU :::: enter list here: 56 67 89 ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :::: 56.0 ::::::::::::::::::::::::::: :::: 67.0 ::::::::::::::::::::::::::: :::: 89.0 ::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :::: sum of list => 212.0 :::: product of list => 333928.0 :::: average of list=> 70.6666666667 :::: max => 89.0 :::: min=> 56.0 :::: 89.0 - 56.0 = 33.0 :::: square root( 56.0 ) => 7.48331477355 :::: square root( 67.0 ) => 8.18535277187 :::: square root( 89.0 ) => 9.43398113206 ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ```
VIP VIP
0.176828s