Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
30 lines (27 loc) · 336 Bytes

README.md

File metadata and controls

30 lines (27 loc) · 336 Bytes

Python Basic Tips

  • if else
    • comprehension
  • class
  • list
  • dictionary
  • tuple
  • sort
  • character operation
  • collections
  • itertools
  • enumerate
  • map
  • zip
  • path
  • re
  • slice
  • super
  • property
  • decorator
    • classmethod
    • staticmethod

How to use csv/json

  • csv
  • json

Programming competition

  • how to input(input.py)