Hey, i startest Coding Python since today and im Always Stuck with Errors i really would Like Simeone to Help me fixing it | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Hey, i startest Coding Python since today and im Always Stuck with Errors i really would Like Simeone to Help me fixing it

Ye https://code.sololearn.com/cv9vQL7F3mAK/?ref=app

5th Dec 2021, 5:09 PM
Jonaseyyy
3 Answers
+ 1
Hello. If you want to get the value of an input you have to store it in a variable. Like this: name = input("What is your name?") And then, use the variable name. Also, this is the correct way to check if your input is equal to something: if name == "Zum Bäcker"
5th Dec 2021, 5:12 PM
🍇 Alex Tușinean 💜
🍇 Alex Tușinean 💜 - avatar
+ 3
Jonaseyyy , sorry to say - there is not one error, there is a real bunch of errors. from my point of view, it does not make sense starting to correct the code and the logic. i would recommend you to start with the "python for beginners", do all the exercises and practice. please take some time to develop your coding skills. and it also will take some time to get experience. then - after some time it will be not difficult for you to rework your code. happy coding and good success!
5th Dec 2021, 6:55 PM
Lothar
Lothar - avatar
0
Tysm 🍇 Alex Tușinean 💜 but im still a little Bit confused with the Error still
5th Dec 2021, 5:24 PM
Jonaseyyy