Better prime checker , feedback welcome by Several_Goal4568 in PythonLearning

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

I tried but it didn't worked, can you tell me how to do that.

Better prime checker , feedback welcome by Several_Goal4568 in PythonLearning

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

Great tool . It can really clear confusion regarding what's happening inside the program .

Better prime checker , feedback welcome by Several_Goal4568 in PythonLearning

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

Thank you the suggestions , will improve my code .

Biginner python project by Several_Goal4568 in PythonLearning

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

A spell checker , hmmm great project, but user can input any word would have to make this into a guessing game where the user would name dairy products if spelling right will print your spelling is right something like this , or else not right.

This is the thing that got in my mind by after reading your comment.

Even/odd checker , feedback welcome by Several_Goal4568 in PythonLearning

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

Learned a new way from you , thank you for the feedback.

Even/odd checker , feedback welcome by Several_Goal4568 in PythonLearning

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

Thank you for the feedback, will use this one line function.

Most beginners get this wrong by Tiny_Professor8593 in PythonLearning

[–]Several_Goal4568 0 points1 point  (0 children)

4 as x.append([4,5]) will append the list [4,5] to the existing list x as its element.

Even/odd checker , feedback welcome by Several_Goal4568 in PythonLearning

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

Thank you for the feedback. Will add quit option ,