做密码学会用到的python函数--kali and windows

Posted nldyy

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了做密码学会用到的python函数--kali and windows相关的知识,希望对你有一定的参考价值。

先创建一个python文件:touch python

查看python版本型号:Python -V

     例如:[email protected]:~# python -V
                Python 2.7.13

在kali终端退出python:输入quit()

     例如:NameError: name ‘version‘ is not defined
                >>> quit()
               [email protected]:~#

bin():将一个整数转换为一个二进制字符串。其结果是一个有效的Python表达式。如果x不是一个Python int对象,它必须定义一个__index__()方法,该方法返回一个整数。

len(): 返回字符串长度。语法 len( str )。

      例如:[email protected]:~# python
                                        Python 2.7.13 (default, Jan 19 2017, 14:48:08)
                                        [GCC 6.3.0 20170118] on linux2
                                        Type "help", "copyright", "credits" or "license" for more information.
                                        >>> str="this is string example...wow!!!"
                                        >>> print len(str);
                                        31

str():将对象转化为适于人阅读的形式










以上是关于做密码学会用到的python函数--kali and windows的主要内容,如果未能解决你的问题,请参考以下文章

十分钟学会Python函数式编程

如何用十分钟学会函数式 Python?

020 系统密码破解与kali中间人攻击

[Python入门到精通系列]-学会了Python的基础语法后,能做什么?

[Python入门到精通系列]-学会了Python的基础语法后,能做什么?

[Python入门到精通系列]-学会了Python的基础语法后,能做什么?