CodingSplashcodingsplash.hashnode.devยทSep 23, 2023Day08-User InputThe input() function is a built-in function that allows user input. This input function takes input as a 'string' and gives a return value as string/character hence we have to pass that into a variable. Example: a = input("Enter language: ") print("I...100DaysofPythonPython 3Add a thoughtful commentNo comments yetBe the first to start the conversation.