diff --git a/src/components/Intro.tsx b/src/components/Intro.tsx index 9740570..5e2462c 100644 --- a/src/components/Intro.tsx +++ b/src/components/Intro.tsx @@ -18,14 +18,14 @@ const Intro: React.FC = ({ onStartButtonClick }) => {

Get ready for a bit of Python fun. In total, we have{" "} {getTotalNumberOfQuestions()} Python questions available. You will - get 20 random questions each round. Each question contain a code - snippet and six possible answers, your job is to choose the correct - answer! + get 20 random questions each round. Each question contain a + code snippet and six possible answers, your job is to choose the + correct answer!

These questions will start easy and gradually get trickier. After - each question, we'll explain how the code works. Learning Python - while having fun, what could be better? + each question, we'll explain how the code works.{" "} + Learning Python while having fun, what could be better?

Feel free to tackle the problems your way but we suggest making your