American Young Coder

AYC logo

4:30 – Intro to Python

Today we Learned: How to make a for-loop using range(val1, val2) How to use if-else statements inside a for-loop How to make a while loop How to make a forever loop HowRead More...

5:30 – Intro to Python

Today We Learned: How to replace elements in a list How to add more elements to the end of a list using .append() How to insert elements anywhere in a list usingRead More...