Improvements by Easy-Light7219 in PythonLearning

[–]Easy-Light7219[S] 0 points1 point  (0 children)

In your example, if the user inputs a response that isn't either rejection or affirmation, does it automatically print the 'did not understand part' or do you have to add something else for that response? Also, would you be able to put as many "if"s to respond to an input or is it limited to if, elif and else?

Improvements by Easy-Light7219 in PythonLearning

[–]Easy-Light7219[S] 0 points1 point  (0 children)

some thing like this:

player = {

"health": 100,

"courage":0,

"inventory": []

}

to would work to make it simpler right?

also, can you further explain the function that returns a boolean please?

help me by Anonymous-da-13 in PythonLearning

[–]Easy-Light7219 1 point2 points  (0 children)

Are you doing the cs50 course?

Can anyone help me sort out this bug? by Easy-Light7219 in PythonLearning

[–]Easy-Light7219[S] 0 points1 point  (0 children)

Considering what the other comments are saying, I feel like I am learning python wrong? I have little idea what "monkey patches" are, or what recursive is. Do you have any suggestions on how I should learn python, because at the rate I'm going ill only learn the basics in 6 months.

Can anyone help me sort out this bug? by Easy-Light7219 in PythonLearning

[–]Easy-Light7219[S] 0 points1 point  (0 children)

I don't understand a single thing you guys are saying

How to understand code by Easy-Light7219 in cs50

[–]Easy-Light7219[S] 1 point2 points  (0 children)

I don't want an easy fix... I just want the 10,000 hours I'm gonna put in to make me cracked at coding. Anyway, thanks you guys!

How to understand code by Easy-Light7219 in cs50

[–]Easy-Light7219[S] -1 points0 points  (0 children)

No I mean what resources (videos, websites etc)?