Prompting a user for input PREMIUM

Trey Hunner smiling in a t-shirt against a yellow wall
Trey Hunner
1 min. read Watch as video Python 3.8—3.12
Tags

Let's learn about a Python built-in function that can get input from a user while our Python program is running.

Prompting for user input

Python has a built-in input function that we can use to prompt a user of our program to enter some text:

...

Concepts Beyond Intro to Python

Intro to Python courses often skip over some fundamental Python concepts.

Sign up below and I'll share ideas new Pythonistas often overlook.