Search posts, tags, users, and pages
Lim Woojae
Studying Computer Science at UNSW
def greet(msg="Good morning!", name): return "Hi! " + name + ', ' + msg print(greet("John")) # Syntax Error print(greet("Mary", "How do you do?")) # Syntax Error Look at the code above and think of why that would cause an error. When you declar...
Parvana
Best
I really like your blog! The insights you share are always so valuable, especially when it comes to improving API debugging skills. Speaking of which, I recently started using EchoAPI, and it has truly streamlined my debugging process.
Thank you! I am so happy to hear that :)
Parvana
Best
I really like your blog! The insights you share are always so valuable, especially when it comes to improving API debugging skills. Speaking of which, I recently started using EchoAPI, and it has truly streamlined my debugging process.