+ 2
What program can you do after you learned the following Codes?
from python I learned commands up to for loops. I made a program using the while loop but I don't have any idea what to do with for loops,list and range 😣😣
4 Antworten
+ 3
create a calculator, program to print even/ odd numbers between any 2 number etc.... you can create a lot other projects too.
+ 8
@Zara Try to practice loops in codeplayground...you'll understand them in no time!😊😊
0
thank you dayve but I think I know how while and for loops work I just don't know how can I apply it on my limited programming knowledge