Hello again :) I posted 'bout print( ) function last time. Maybe you guys remember, that function prints something out on the console. And today, we'll see 'bout input( ) function. If you are ready to learn, okay let's go on it. (1) input( ) input() = Input the data into the program + And the data is recognized as a 'String' = SO it is, input something in to the program as a String. input() func..