0
Learning Specific Code
Is there a way to learn specific code, here on Sololearn? Rather than the lessons. For example, I am wanting to learn to use if else statement.
3 Réponses
0
There's one or more seperate lessons on if-else statements, named if-else statements, Conditional statements or similar.
0
To Afnan Irtesum Chowdhury,
Do you know where to look, on this website to find it?
0
Wes I'd explain the approach for Python since you're taking that course:
Go to the main page where you see the lessons of course, you'll see many lessons divided in different chapters, click the one labeled "Control Flow", then scroll down a bit and you should see a lesson labeled "Conditional Statements". That's the lesson where you'll learn about if-else statements. Right after that lesson are a few more about it and topics related.