+ 1
Guyz how do you complete projects on python for begginers??
2 RĂ©ponses
+ 2
Hi đ.
Hmm can you show us which project you have trouble to complete.
But generally (as i thinkđ) the best ideađĄis to crush the project into a bit size missions.
e.g MOOD QUOTES
input:
massage
output:
quote
|
|
______________|_______________
| |
â â
catogrize input say a lovley quote
massage into emotion dependent.
to emotions đ--> "happy to hear"
"I'm happy"-->đ.
And so on. this my approach it's similar to solve a math problem just step by step you will get the right answerđđ.
+ 1
Hi! Very simple. You need to carefully read the task and then write the correct code, fulfilling all the requirements. What exactly is your problem?