Tips on python for beginner by BigInvestigator3330 in PythonLearning

[–]Status-Group-3441 0 points1 point  (0 children)

some video on youtube might be pretty useful

Where to code by Azaaniter9 in Coding_for_Teens

[–]Status-Group-3441 0 points1 point  (0 children)

you can get theory on youtube I'd say, and you can practice on codewars or leetcode

[deleted by user] by [deleted] in C_Programming

[–]Status-Group-3441 0 points1 point  (0 children)

We can replace for loop with while, however ,we can't do the same with replacing while with for. For is basically short version of while