Python Basics: USER INPUT in Under a Minute! ⌨️
In this quick tutorial, I'll show you how to use the input function and concatenate strings to create a simple greeting 🐍⌨️ Want a challenge? Make a simple...

The Programmers Realm
112.0K views • Jun 27, 2024

About this video
In this quick tutorial, I'll show you how to use the input function and concatenate strings to create a simple greeting 🐍⌨️
Want a challenge? Make a simple addition program that uses two inputs and the addition operator. Good luck!
Pro tip: "input()" returns a string, not an integer. You need to 'type cast' to change the values to an integer. Google the "int()" function!
Adding strings: "1" + "1" = "11"
Adding integers: 1 + 1 = 2
Don't forget to like, subscribe, and leave a comment on what you want to learn next! 🔥
Join me in the PROGRAMMER'S REALM!
#Python #Programming #PythonTutorial #LearnToCode #CodingForBeginners #TheProgrammersRealm #userexperience #userinput
Want a challenge? Make a simple addition program that uses two inputs and the addition operator. Good luck!
Pro tip: "input()" returns a string, not an integer. You need to 'type cast' to change the values to an integer. Google the "int()" function!
Adding strings: "1" + "1" = "11"
Adding integers: 1 + 1 = 2
Don't forget to like, subscribe, and leave a comment on what you want to learn next! 🔥
Join me in the PROGRAMMER'S REALM!
#Python #Programming #PythonTutorial #LearnToCode #CodingForBeginners #TheProgrammersRealm #userexperience #userinput
Tags and Topics
Browse our collection to discover more content in these categories.
Video Information
Views
112.0K
Likes
1.2K
Duration
0:25
Published
Jun 27, 2024
User Reviews
4.5
(22) Related Trending Topics
LIVE TRENDSRelated trending topics. Click any trend to explore more videos.
No specific trending topics match this video yet.
Explore All Trends