跳至主要內容
AI悦创-Python一对一辅导AI悦创-Python一对一辅导
Column
Now
  • COMP10001 2023 Semester 1
    • COMP10001 2023 Semester 1

      • 01-W00-Worksheet 0-Building blocks
      • 答疑

        • Question01
          • The Culprit
            • Canner can and Canner can v2
              • Dodgy Brothers Price List
                • Chess Problem v4
                  • COMP10001 2023 S1-Foundations of Computing
                    • 1. Your first green diamond「turtle」
                      • Solution 1
                      • 2. Your turn!「turtle」
                        • Hint
                          • Solution 2
                          • 3. Thunderstruck「turtle」
                            • Hint
                              • Multiple Ways to Drive a Turtle
                                • Solution 3
                                • 4. Your turn!「turtle」
                                  • Hint
                                    • Blockly categories
                                      • Solution 4
                                      • 5. Loop-the-loop-the-loop「turtle」
                                        • Hint
                                          • Solution 5
                                          • 6. Flower power「turtle」
                                            • Hint
                                              • Solution 6
                                              • 7. Pretty patterns「turtle」
                                                • Blank screen?
                                                  • Solution 7
                                                  • 8. Choices, choices, choices「turtle」
                                                    • Hint
                                                      • Solution 8
                                                      • 9. Your turn!「turtle」
                                                        • Solution 9
                                                        • 10. Adding arguments「turtle」
                                                          • Solution 10
                                                          • 11. Hello World!「print」
                                                            • Hint
                                                              • Solution 11
                                                              • 12. Python as a calculator「print 计算」
                                                                • Solution 12
                                                                  • Sample solution
                                                                  • 13. Order of operations「print 计算」
                                                                    • Hint
                                                                      • Solution 13
                                                                      • 14. Musical notes「print 字符串」
                                                                        • Solution 14
                                                                        • 15. Input exercise
                                                                          • Solution 15
                                                                          • 16. Floating point calculation「print float」
                                                                            • Solution 16
                                                                            • 17. Type conversion exercise 1「类型转换」
                                                                              • Remember
                                                                                • Solution 17
                                                                                • 18. Type conversion exercise 2「类型转换2」
                                                                                  • Solution 18
                                                                                  • 19. Happy Birthday Mr Frodo「运算符//、%、str or ,」
                                                                                    • Leap Years
                                                                                      • Solution 19
                                                                                      • 20. Mr Frodo goes to the bank「//、/、str or ,」
                                                                                        • Compound interest
                                                                                          • Solution 20
                                                                                          • 21. Loose Change「if、input、float、比较运算符、%、+」
                                                                                            • Hint
                                                                                              • Did you know
                                                                                                • Solution 21
                                                                                                • 22. Detecting Enemies「input、判断、运算符、+」
                                                                                                  • Solution 22
                                                                                                  • 23. Science Classifier「str、if、+」
                                                                                                    • Hint
                                                                                                      • Solution 22
                                                                                                      • 24. Season's Greetings「if、比较运算符、input」
                                                                                                        • Solution 24
                                                                                                        • 25. String Indexing「字符串索引」
                                                                                                          • Hint
                                                                                                            • Solution 25
                                                                                                            • 26. String Slicing and Dicing「//、%、*、+、比较运算符」
                                                                                                              • Hint
                                                                                                                • Solution 26
                                                                                                                • 27. Your Name, Backwards「input、print、字符串数据提取」
                                                                                                                  • Hint
                                                                                                                    • Solution 27
                                                                                                                    • 28. A and an「input、print、if、and」
                                                                                                                      • Hint
                                                                                                                        • Solution 28
                                                                                                                        • 29. The Culprit「list、int、input、字符串切片、运算符」
                                                                                                                          • Zero offset and nested lists
                                                                                                                            • Solution 29
                                                                                                                            • 30. Canner can「function、f-string、return」
                                                                                                                              • Interacting with Functions
                                                                                                                                • Solution 30
                                                                                                                                • 31. Canner can v2「function、str、if、list、return」
                                                                                                                                  • Seems Familiar?
                                                                                                                                    • Solution 31
                                                                                                                                    • 32. Goldilocks List「function、len、str、if、return」
                                                                                                                                      • Returning Booleans
                                                                                                                                        • Solution 32
                                                                                                                                        • 33. Word Counter「function、len、input、split」
                                                                                                                                          • Hint
                                                                                                                                            • Solution 33
                                                                                                                                            • 34. Dodgy Brothers' Dozen「f-string」
                                                                                                                                              • Solution 34
                                                                                                                                              • 35. Dodgy Brothers Price List「f-string」
                                                                                                                                                • Solution 35
                                                                                                                                                • 36. Chess Problem v1
                                                                                                                                                  • Hint
                                                                                                                                                    • Solution 36
                                                                                                                                                    • 37. Chess Problem v2
                                                                                                                                                      • Note
                                                                                                                                                        • Solution 37
                                                                                                                                                        • 38. Chess Problem v3
                                                                                                                                                          • Solution 38
                                                                                                                                                          • 39. Chess Problem v4
                                                                                                                                                            • Solution 39
                                                                                                                                                            • 40. Card Security Code problem
                                                                                                                                                              • Solution 40
                                                                                                                                                              • 41. while Loop
                                                                                                                                                                • Hint 1
                                                                                                                                                                  • Hint 2
                                                                                                                                                                    • Solution 41
                                                                                                                                                                    • 42. Word formation problem
                                                                                                                                                                      • Solution 42
                                                                                                                                                                      • 43. Gamertag Problem
                                                                                                                                                                        • Hint 1
                                                                                                                                                                          • Hint 2
                                                                                                                                                                            • Solution 43
                                                                                                                                                                            • 44. For a While ...
                                                                                                                                                                              • Solution 44
                                                                                                                                                                              • 45. While a For ...
                                                                                                                                                                                • Dummy Variables
                                                                                                                                                                                  • Solution 45
                                                                                                                                                                                  • 46. Left Aligned Triangle
                                                                                                                                                                                    • Solution 46
                                                                                                                                                                                    • 47. Diamond
                                                                                                                                                                                      • Hint 1
                                                                                                                                                                                        • Hint 2
                                                                                                                                                                                          • Solution 47
                                                                                                                                                                                          • 48. Credit Card Validation
                                                                                                                                                                                            • Hint
                                                                                                                                                                                              • Solution 48
                                                                                                                                                                                              • 49. Cycling Lists
                                                                                                                                                                                                • Solution 49
                                                                                                                                                                                                  • 待添加
                                                                                                                                                                                                  • 50. ReCycling Lists
                                                                                                                                                                                                    • Hint
                                                                                                                                                                                                      • Solution 50
                                                                                                                                                                                                        • 待补充
                                                                                                                                                                                                        • 51. for Loop with append
                                                                                                                                                                                                          • Hint
                                                                                                                                                                                                            • 题目默认代码
                                                                                                                                                                                                              • Solution 51
                                                                                                                                                                                                                • 待补充
                                                                                                                                                                                                            长期招收编程一对一学员!微信:Jiabcdefh, 闽ICP备19021486号-6闽公网安备 35030502000172号
                                                                                                                                                                                                            Copyright © 2023 AI悦创