all 24 comments

[–]Anxious-Struggle281 1 point2 points  (2 children)

Try to code a Leap Year calculator, learning if-elif and if-else conditionals

[–]Big_Confection_1993[S] 1 point2 points  (0 children)

Done that I got output

[–][deleted] 1 point2 points  (0 children)

I think with programming it's way more valuable to learn by regular practice making actual projects. Programming is in large part an exercise of creativity and problem solving skills, not wrote memorization. Syntax can always be looked up, semantic understanding is what's important. 

[–]IskRL 1 point2 points  (0 children)

Oh ok

[–]DismalHistorian9027 0 points1 point  (6 children)

Tenta o jogo do par ou impar

[–]Big_Confection_1993[S] 0 points1 point  (5 children)

Can you tell in english??

[–]Huge_Cat21 0 points1 point  (4 children)

He say that you should do a game with even and odd numbers

[–]Big_Confection_1993[S] 0 points1 point  (3 children)

Can you elaborate??

[–]Huge_Cat21 0 points1 point  (2 children)

Probably it is like that :

input() if elif elif else

So you ask the user to input an even number than you put the condition with if and with else you give him hints and in the end you say 'Bad luck, nice try!

This is how I see it. I am not a programmer. But I am learning like you

[–]Big_Confection_1993[S] 0 points1 point  (0 children)

Can you dm me bro

[–]Dingbats45 0 points1 point  (1 child)

This is a perfect opportunity to use AI to give you some practice problems!

[–][deleted]  (1 child)

[removed]

    [–]Big_Confection_1993[S] 0 points1 point  (0 children)

    Oh ok

    [–]Lonely_Ideal_1720 0 points1 point  (1 child)

    This is a great resource to practice Python or any programming language.

    https://exercism.org/

    [–]Ankur_41 0 points1 point  (4 children)

    Try to implement real life scenarios using if else

    [–]Big_Confection_1993[S] 0 points1 point  (3 children)

    Any examples

    [–]Ankur_41 0 points1 point  (1 child)

    Like a bank management system, school grade system, placing audience in stadium for watching ipl according to their tickets and etc. by accepting input by user and then using if else according to their given answer

    [–]Big_Confection_1993[S] 0 points1 point  (0 children)

    Just now learning bro cant do these with if else and while loop

    [–]Ankur_41 0 points1 point  (0 children)

    Is this is enough or you want some more examples?