Back to General discussions forum
hello! i am new to coding and currently learning and solving problems in python .But while solving problems i face many problems which i am not able to figure it out. like i solve the problem but there is slightly mistake in my ans to original answer. could you pls suggest any community or something that might help me solve problem as i figure it out myself that i need someone's assistance in that and how to approach problems..
i hope u will be able to help me.
I think asking on this forum is a perfectly fine first step. :)
As for the problems that are currently giving you trouble, my top advice would be to re-read them carefully. My second and third bits of advice would be to: run the example data through your code; and compare your code's output with the one provided by the checker.
In the case of Sums in Loop, if you have N rows of input data, how many values should be in your output?
For Rounding, there is a Wikipedia article linked in the body of the problem; perhaps this article is referred to for a reason?
For Vowel Count, just read the problem again; it's not long.
tnks bro i will try the problems.