13th Jan 2021, 1:36 PM
ıWantmyLawyer
ıWantmyLawyer - avatar
3 odpowiedzi
+ 6
----First Try---- Use print instead of input input - -> Takes input value from the user print - - > Outputs the value in console Example input and print: x = input() print(x) For example I input "Hello", it will be assigned to x variable then print the variable "x" which contains "Hello" value and therefore it will output: >> Hello ----Second Try---- Same thing with the First Try ----Third Try---- Just remove the input() on the last line. - - - - - - - - - - - I see good progress on you. Keep it Up and Keep Learning!! 🙂👍
13th Jan 2021, 1:46 PM
noteve
noteve - avatar
+ 6
SpaceL , you have just started with the python tutorial, so be patient and continue reading and also practicing. At the beginning of learning something new, it will look confusing by seeing a lot of new stuff. But this will change. you will get more and more familiar with this language, but it will take some time. And there is no easy trick to learn it faster. Happy coding und much success!
13th Jan 2021, 3:14 PM
Lothar
Lothar - avatar
+ 3
Thank you 😄
13th Jan 2021, 1:48 PM
ıWantmyLawyer
ıWantmyLawyer - avatar