Security_RNRF

0x03. 본문

LiveOverFlow/Binary

0x03.

RNRF 2020. 11. 17. 19:34

3. Writing a simple Program in Python - bin.0x03

: Content
-> Using “vim” editor
-> Introduction to the “python” programming language
-> Updating the system

: Python is an “interpreter language”.
: Python runs sequentially from beginning to end of the file.

: Tips. You can open the two codes by comparing them.      # “-O” option.
-> vim -O matrix.c matrix.py

: Tips. Options to fill in the spaces in the "Tab" key.             # “vi ~/.vimrc”
-> set expandtab shiftwidth=4 softtabstop=4

-> Add to top of Python code.
            -> #!/usr/bin/python2.7

'LiveOverFlow > Binary' 카테고리의 다른 글

0x05.  (0) 2020.11.28
0x04.  (0) 2020.11.28
0x02.  (0) 2020.11.17
0x01.  (0) 2020.11.17
0x00.  (0) 2020.11.17
Comments