Welcome to your first assignment! The goal is to help you become familiar with VS Code, Python, and GitHub. If you have any questions, feel free to ask in our Python group.
-
Complete the
Exercise.pyfile:- Write code that returns
'I am ready to learn Python!'.
- Write code that returns
-
Use the
main.pyfile:- This file is for testing your code. You can run it as many times as needed to ensure your solution works correctly.
-
Understand the
Test_Exercise.pyfile:- This file contains test cases for your code. You don’t need to modify it, but it will be used to validate your solution.
- Files are separated to make the task easier to manage. If you have any confusion or need assistance, don’t hesitate to ask.
- Focus on completing the
Exercise.pyfile as the main task for today.
Good luck, and enjoy learning Python! 🚀