Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Spaces:
KaiquanMah
/
TurkuPythonExercises
No application file

App Files Files Community
Fetching metadata from the HF Docker repository...
TurkuPythonExercises / Week 7 Libraries and More Python
33.9 kB
  • 1 contributor
History: 14 commits
KaiquanMah's picture
KaiquanMah
SORT INPLACE. list.sort(key=some_inner_fn)
1aad066 verified 9 months ago
  • [FIXED]15. Sort by best exam score
    5.51 kB
    Sort INPLACE. list.sort(key=lambda list: max(list[1:])) 9 months ago
  • [FIXED]16. Sort by the difference of goals
    5.44 kB
    SORT INPLACE. list.sort(key=some_inner_fn) 9 months ago
  • [FIXED]18. Own programming language, Part 1
    4.54 kB
    [FIX] Add linebreak 10 months ago
  • [FIXED]19. Own programming language, Part 2 Add, subtract
    5.25 kB
    [FIX] Skip empty lines 10 months ago
  • [FIXED]20. Own programming language, Part 3: Jump command
    6.03 kB
    [FIX] store labels found, GOTO label linenumber 10 months ago
  • [FIXED]21. Own programming language, Part 4: Condition clause
    7.16 kB
    [FIX] split JUMP into parts, match condition, jump_to_locationname 10 months ago