diff --git a/Chat/askFirstQuestion/task.md b/Chat/askFirstQuestion/task.md index 86947f8b..c9c7bff9 100644 --- a/Chat/askFirstQuestion/task.md +++ b/Chat/askFirstQuestion/task.md @@ -1,11 +1,11 @@ -In this task you will start implement the project. +In this task, you will start implementing the project. ### Task -Ask the first question from the user `Hello! I'm glad to meet you, let me get to know you better! What is your name?`, -and then read the user's answer into a variable (you can use any name of the variable that you wish). +Ask the user the first question: `Hello! I'm glad to meet you, let me get to know you better! What is your name?`, +and then store the user's answer in a variable (you can use any variable name you choose). -**Note**: to avoid typos just copy the text from here and paste into your code. +**Note**: to avoid typos, just copy the text from here and paste it into your code. If you have any difficulties, **hints will help you solve this task**. @@ -15,7 +15,7 @@ If you have any difficulties, **hints will help you solve this task**.