+ 1
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.
6 ответов
+ 3
Wes ,
for android app you can go to the community section and use the search with `if else`.
> this will show you tutorials how to use the conditional statements in all programming languages available in sololearn. these are all short community tutorials.
> unfortunately, further filtering for individual programming languages is not provided.
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.
0
Afnan Irtesum Chowdhury
I see it now. I haven't gotten to that point yet. I just wasn't sure if there was different place to learn about stuff like that.
0
I think there is no direct way but there is a fastest way.
Fastest way will work if you have knowledge of previous lessons.
you are able to learn if else Statements after maximum 10 - 12 min if have knowledge.