Hello Codedamn! feat. Python

Easy
1719
74
29.2% Acceptance

Welcome to your first-ever exercise Lab on Codedamn. Take a moment to explore the playground and the different parts of the playground.

This lab is designed to get you familiar with codedamn Playgrounds. You should have an editor along a terminal window below the editor on your playground.

The editor is where all the code gets written, your code is then compiled by a currently running process in the terminal and the result is displayed.

Task

In this lab, you've been given a very simple Hello World Playground for Python, your task is to change the text to Hello Codedamn! in the greet function, and make sure to add the exclamation mark in the return string.

Once you've changed the text, you can run your code using the Run button that is available in the top bar, on clicking on the button you should see the output in the Terminal. You've made your first edit on the codedamn playgrounds! Kudos 🎉

Now, run the tests on your lab to verify the text that you've changed by clicking on the Run Tests button at the bottom left on your playground