Time to get started with Python!
Here we will learn how to:
Print: How to print text
Variables: How to store values into small little boxes called variables
Input: Asking the user for information to store into variables
Challenge: We will create a small Madlib game with the three concepts we have learnt.
Repl.it code:
https://repl.it/@DavidMM1707/01-Madlibs
Text version:
https://letslearnabout.net/tutorial/p...
Subscribe to the channel:
/ @letslearnabout4934
Twitter:
/ davidmm1707
GitHub:
https://github.com/david1707
Learn more about:
Print: https://www.programiz.com/python-prog...
Variables: https://www.programiz.com/python-prog...
Input: https://www.programiz.com/python-prog...