python的标准库

standard的Python项目详细描述


标准

Standard Library for Python

屏幕截图

灵感来源于

安装

$ pip install standard

用法

importstandard# from standard import gets, getc, getf, getistring=standard.gets("Enter the String: ")print(string)char=standard.getc("Enter the Character: ")print(char)flo=standard.getf("Enter the Value: ")print(flo)integer=standard.geti("Enter the Number: ")print(integer)

获取帮助

有几种方法可以获得帮助:

  1. post questions on Stack Overflow。只要添加指向堆栈溢出问题的链接,就可以打开问题的问题。

  2. 对于错误报告和功能请求,打开问题。

  3. 要获得直接和快速的帮助,您可以email me

如何贡献

有主意吗?找到虫子了吗?见how to contribute

谢谢!

许可证

MIT

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
空字符串检查在java中未按预期工作   JavaSpringWebClient:自动计算主体的HMAC签名并将其作为头传递   foreach是否有一个Java等效的foreach循环和一个引用变量?   java如何在Eclipse中导入jar   使用特定第三方或java时lombok触发错误。*方法或构造函数   安卓 java将对象数组转换为int数组   java使一定百分比的JUnit测试通过   java Android:将Seekbar的一个值与另一个值进行比较   java将int数组(图像数据)写入文件的最佳方式是什么   java取代了系统。yml的构造函数内的getProperty   sqlite Java将公钥和私钥转换为字符串,然后再转换回字符串   安卓获取白色像素并将其保存到java opencv中的数组中   java为什么是ServerSocket。setSocketFactory静态?   Java数组似乎在不直接修改的情况下更改值