+ 1

How will i learn python

So like here in sololearn. Theres hearts aka your life idk how to explain but HOW WILL I LEARN THE LANGUAGES IF THE COURSES ONLY GIVES YOU 1 HEART PER 4 HOURS??

9th Aug 2024, 6:55 AM
Chan Hatz
Chan Hatz - avatar
4 Answers
+ 1
If you run out of hearts, you can always watch or read tutorials (i recommend w3schools). You can also try to use your knowledge to create a small project, for example drawing a pyramid, or practise array slicing etc.. Also think about sololearn as a kickstart. Sololearn will not teach you everything, but it will show you basics (for example it will not teach you how to make games, gui, send requests, etc). You can also ask me if you don't understand something, i'm glad to help. :)
9th Aug 2024, 7:01 AM
Matěj Jonáơ
Matěj Jonáơ - avatar
+ 1
I don't understand the print stuffs etc. like random stuffs E.g   hidden_string = "\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022" print(hidden_string) Like how am i supposed to know that 💀 but anyways thanks for your help :)
9th Aug 2024, 7:04 AM
Chan Hatz
Chan Hatz - avatar
+ 1
Chan Hatz the \u means unicode character. If you look up u2022 on the internet, you will see that u2022 means bullet unicode character. The backslash in string means that you are using some special character. For example \n means next line. That's not something a begginer would know, so don't worry.
9th Aug 2024, 7:10 AM
Matěj Jonáơ
Matěj Jonáơ - avatar
0
I, for example, have almost no problems with hearts. Only a couple of times ended so seriously)))
10th Aug 2024, 2:16 PM
Animaliss
Animaliss - avatar