problem
-
Review on PSAD 2.4카테고리 없음 2017. 5. 4. 17:23
While I was studying Problem Solving with Algorithms and Data Structure using Python, I have found some interesting features on Python. 1. Python has a ord() It is very interesting that there's a function returning a integer representing the Unicode code point of the character. Please have a look at this page for buit-in functions: https://docs.python.org/2/library/functions.html 2. Declaring an..