Python Programming - Receiving Input | Episode 7 | Tutorial for Beginner

Опубликовано: 22 Июнь 2026
на канале: DamarioSujono
432
4

Halo you, my name is Damario sujono. I’m a full-time data analyst and content creator. Welcome to my tutorial about Python. I’m going to show you how to receive input in Python.

What is receiving input in Python?
In Python, we use the input () function to take input from the user. Whatever you enter as input, the input function converts it into a string.