Your First Python Program • Python Land Tutorial
python.land › your-first-programJan 21, 2022 · Analyzing your first Python program Let’s go over the code step by step. Asking for input with Python I managed to cram in one more new thing, the built-in function input (). It does exactly what you expect it to do: ask for input and assign that input to a variable. If you give input a string as an argument, it will print it as a prefix.