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